Select Sectors Outline action: fixed an issue where selection info/labels were not updated (#884)

This commit is contained in:
wisselstem 2023-05-17 17:45:17 +02:00 committed by GitHub
parent 184c13a563
commit a2c67a9c5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,6 +164,7 @@ namespace CodeImp.DoomBuilder.StairSectorBuilderMode
}
}
General.Editing.Mode.UpdateSelectionInfo();
General.Interface.RedrawDisplay();
}