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

This commit is contained in:
wisselstem 2023-09-08 19:19:57 +02:00 committed by GitHub
parent 809bb24ae0
commit 32cfe294e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}
}