Update things filter when clone-dragging things

This commit is contained in:
spherallic 2023-09-08 12:22:50 +02:00
parent 50aa71245c
commit f50b138424

View file

@ -810,6 +810,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();
}
}