Faction dropdown flags.

This commit is contained in:
Paul Chote
2010-11-28 11:46:14 +13:00
parent 4c517c0e59
commit 45cd6caeec
2 changed files with 18 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ namespace OpenRA.Widgets
ww.OnMouseUp = mi => { var result = origMouseUp(mi); HideDropDown(); return result; };
ww.ClickThrough = false;
ww.IsVisible = () => true;
ww.Bounds = new Rectangle(0, y, ww.Bounds.Width, ww.Bounds.Height);
ww.Bounds = new Rectangle(1, y, ww.Bounds.Width, ww.Bounds.Height);
ww.OnMouseMove = mi =>
{