mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Fixed, Edit Selection mode: "Adjust Height" drop-down was accidentally disabled in non-UDMF maps.
This commit is contained in:
parent
5e71585c99
commit
8ff50ac1e5
1 changed files with 1 additions and 1 deletions
|
@ -1322,7 +1322,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
// Update
|
||||
panel.ShowOriginalValues(baseoffset, basesize);
|
||||
panel.SetTextureTransformSettings(General.Map.UDMF); //mxd
|
||||
panel.SetHeightAdjustMode(heightadjustmode, selectedsectors.Count > 0); //mxd
|
||||
panel.SetHeightAdjustMode(heightadjustmode, sectors.Count > 0); //mxd
|
||||
UpdateRectangleComponents();
|
||||
UpdatePanel();
|
||||
Update();
|
||||
|
|
Loading…
Reference in a new issue