mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 07:01:55 +00:00
Update things filter when clone-dragging things
This commit is contained in:
parent
50aa71245c
commit
f50b138424
1 changed files with 10 additions and 0 deletions
|
@ -810,6 +810,16 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
||||||
|
|
||||||
// All the cloned things are now the things we want to drag
|
// All the cloned things are now the things we want to drag
|
||||||
dragthings = clonedthings;
|
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