fix a missing call to base clase

This commit is contained in:
Matthias Mailänder
2015-05-31 22:38:21 +02:00
parent 79edf648a7
commit aab2afd407

View File

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