mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed crash after manually creating a Sidedef through the Edit Linedef dialog
This commit is contained in:
parent
73315c2cb3
commit
d0203f7f7b
1 changed files with 2 additions and 1 deletions
|
@ -378,7 +378,8 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
{
|
||||
// Show line edit dialog
|
||||
General.Interface.ShowEditLinedefs(selected);
|
||||
|
||||
General.Map.Map.Update();
|
||||
|
||||
// When a single line was selected, deselect it now
|
||||
if(selected.Count == 1) General.Map.Map.ClearSelectedLinedefs();
|
||||
|
||||
|
|
Loading…
Reference in a new issue