diff --git a/OpenRA.Editor/Surface.cs b/OpenRA.Editor/Surface.cs index 8738ffeafc..e072864623 100644 --- a/OpenRA.Editor/Surface.cs +++ b/OpenRA.Editor/Surface.cs @@ -517,6 +517,8 @@ namespace OpenRA.Editor if (x.Key != null && actorTemplates.ContainsKey(x.Value.Type)) DrawActorBorder(e.Graphics, x.Value.Location(), actorTemplates[x.Value.Type]); } + + base.OnPaint(e); } public void CopySelection()