mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
- Only allow Edit Selection Mode to be cancelled once
- Added preliminary code to remove new 3D floor control sectors when pasting was canceled after duplicating 3D floors
This commit is contained in:
parent
4f4a0bdf58
commit
3554508ffb
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ namespace CodeImp.DoomBuilder.Editing
|
|||
public bool IsMouseInside { get { return mouseinside; } }
|
||||
public MouseButtons MouseDragging { get { return mousedragging; } }
|
||||
|
||||
public bool Cancelled { get { return cancelled; } }
|
||||
|
||||
// Selection
|
||||
public bool IsSelecting { get { return selecting; } }
|
||||
public Vector2D SelectionStart { get { return selectstart; } }
|
||||
|
|
Loading…
Reference in a new issue