mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-30 08:32:00 +00:00
Sector Edit form, UDMF: floor and ceiling rotation angles can now be entered as decimals.
Visual mode: removed unrelated message when copying textures using "Copy Selection" action.
This commit is contained in:
parent
038ab51058
commit
ae1b2153ef
4 changed files with 129 additions and 132 deletions
|
@ -2548,10 +2548,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
[BeginAction("copyselection", BaseAction = true)]
|
||||
public void CopySelection() {
|
||||
List<IVisualEventReceiver> objs = GetSelectedObjects(false, false, true, false);
|
||||
if (objs.Count == 0) {
|
||||
General.Interface.DisplayStatus(StatusType.Warning, "Nothing to copy, select some Things first!");
|
||||
return;
|
||||
}
|
||||
if (objs.Count == 0) return;
|
||||
|
||||
copyBuffer.Clear();
|
||||
foreach (IVisualEventReceiver i in objs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue