Skip to content
Snippets Groups Projects
Unverified Commit 32cfe294 authored by wisselstem's avatar wisselstem Committed by GitHub
Browse files

Things Mode: update things filter when clone-dragging things (#951)

parent 809bb24a
No related branches found
No related tags found
No related merge requests found
...@@ -809,6 +809,16 @@ namespace CodeImp.DoomBuilder.BuilderModes ...@@ -809,6 +809,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();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment