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
parent 5e71585c99
commit 8ff50ac1e5

View file

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