mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 16:41:38 +00:00
"Export to Wavefront .obj" action should work much faster now.
Things mode: selection info was not updated when selection was cleared.
This commit is contained in:
parent
871776e319
commit
ab4d8c2776
6 changed files with 40 additions and 39 deletions
|
@ -730,6 +730,9 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Clear selection
|
||||
General.Map.Map.ClearAllSelected();
|
||||
|
||||
//mxd. Clear selection info
|
||||
General.Interface.DisplayStatus(StatusType.Selection, string.Empty);
|
||||
|
||||
// Redraw
|
||||
General.Interface.RedrawDisplay();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue