mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 22:01:45 +00:00
Fixed, Linedefs mode: fixed a crash on undoing linedef draw when trying to update a text label for disposed linedef.
This commit is contained in:
parent
da3fde9a00
commit
5121619dc1
1 changed files with 1 additions and 1 deletions
|
@ -715,8 +715,8 @@ namespace CodeImp.DoomBuilder.Editing
|
|||
General.Plugins.OnUndoEnd();
|
||||
|
||||
// Update interface
|
||||
General.MainWindow.RedrawDisplay(); //mxd
|
||||
General.Editing.Mode.UpdateSelectionInfo(); //mxd
|
||||
General.MainWindow.RedrawDisplay(); //mxd
|
||||
dobackgroundwork = true;
|
||||
General.MainWindow.UpdateInterface();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue