"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:
MaxED 2013-12-12 09:07:30 +00:00
parent 871776e319
commit ab4d8c2776
6 changed files with 40 additions and 39 deletions

View file

@ -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();
}