mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-05-31 09:01:22 +00:00
Added options for pasting and inserting prefabs
This commit is contained in:
parent
efb7e4a43a
commit
ee8d88c3dc
25 changed files with 1063 additions and 162 deletions
|
@ -560,7 +560,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
editpressed = true;
|
||||
|
||||
// Highlighted item not selected?
|
||||
if(!highlighted.Selected && BuilderPlug.Me.AutoClearSelection)
|
||||
if(!highlighted.Selected && (BuilderPlug.Me.AutoClearSelection || (General.Map.Map.SelectedSectorsCount == 0)))
|
||||
{
|
||||
// Make this the only selection
|
||||
General.Map.Map.ClearSelectedSectors();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue