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:
MaxED 2016-04-18 08:10:30 +00:00
parent da3fde9a00
commit 5121619dc1

View file

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