mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-01 17:32:15 +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
|
@ -1776,7 +1776,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Clear selection
|
||||
General.Map.Map.ClearAllSelected();
|
||||
|
||||
General.Interface.DisplayStatus(StatusType.Selection, string.Empty); //mxd
|
||||
//mxd. Clear selection info
|
||||
General.Interface.DisplayStatus(StatusType.Selection, string.Empty);
|
||||
|
||||
// Clear labels
|
||||
foreach(TextLabel[] labelarray in labels.Values)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue