mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-30 07:31:36 +00:00
Sectors mode: selection info was not updated after performing undo
This commit is contained in:
parent
ab4d8c2776
commit
d03787f48c
1 changed files with 1 additions and 0 deletions
|
@ -1143,6 +1143,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
||||||
SetupLabels();
|
SetupLabels();
|
||||||
updateEffectLabels(); //mxd
|
updateEffectLabels(); //mxd
|
||||||
updateOverlaySurfaces(); //mxd
|
updateOverlaySurfaces(); //mxd
|
||||||
|
base.OnUndoEnd(); //mxd
|
||||||
}
|
}
|
||||||
|
|
||||||
// When redo is used
|
// When redo is used
|
||||||
|
|
Loading…
Reference in a new issue