mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 19:02:12 +00:00
Things Mode: update things filter when clone-dragging things (#951)
This commit is contained in:
parent
809bb24ae0
commit
32cfe294e2
1 changed files with 10 additions and 0 deletions
|
@ -809,6 +809,16 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
|||
|
||||
// All the cloned things are now the things we want to drag
|
||||
dragthings = clonedthings;
|
||||
|
||||
// Update things filter
|
||||
General.Map.ThingsFilter.Update();
|
||||
General.Interface.RefreshInfo();
|
||||
|
||||
//mxd. Update helper lines
|
||||
UpdateHelperObjects();
|
||||
|
||||
// Redraw
|
||||
General.Interface.RedrawDisplay();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue