Visual Mode: added "Toggle Slope" action.

Visual Mode, UDMF: "Auto Align Textures" actions now work on slopes.
Visual Mode, UDMF: Floor/ceiling texture rotation is now taken into account when moving texture offsets with arrow keys.
Visual Mode, UDMF: Fixed a bug in floor/ceiling texture dragging by mouse.
This commit is contained in:
MaxED 2013-04-26 12:32:51 +00:00
parent 23efaee1ee
commit c3c7490231
13 changed files with 433 additions and 78 deletions

View file

@ -514,6 +514,7 @@ namespace CodeImp.DoomBuilder.UDMFControls
}
removeDefaultValues();
General.Interface.RefreshInfo();
this.DialogResult = DialogResult.OK;
Close();
}