Fixed, Edit Selection mode: "Adjust Height" drop-down was accidentally disabled in non-UDMF maps.

This commit is contained in:
MaxED 2016-05-20 21:40:04 +00:00 committed by spherallic
parent 6e5a0b61d0
commit 31a9efb7a7

View file

@ -1325,7 +1325,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();