From a2c67a9c5ece66c3d9c0d50f2582fcbac1ded55e Mon Sep 17 00:00:00 2001
From: wisselstem <36791160+spherallic@users.noreply.github.com>
Date: Wed, 17 May 2023 17:45:17 +0200
Subject: [PATCH] Select Sectors Outline action: fixed an issue where selection
 info/labels were not updated (#884)

---
 Source/Plugins/StairSectorBuilder/BuilderPlug.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/Plugins/StairSectorBuilder/BuilderPlug.cs b/Source/Plugins/StairSectorBuilder/BuilderPlug.cs
index 7df700e39..e84fde39f 100755
--- a/Source/Plugins/StairSectorBuilder/BuilderPlug.cs
+++ b/Source/Plugins/StairSectorBuilder/BuilderPlug.cs
@@ -164,6 +164,7 @@ namespace CodeImp.DoomBuilder.StairSectorBuilderMode
 				}
 			}
 
+			General.Editing.Mode.UpdateSelectionInfo();
 			General.Interface.RedrawDisplay();
 		}
 
-- 
GitLab