Workaround for persistent dropdowns.

This commit is contained in:
Paul Chote
2010-11-27 23:55:05 +13:00
parent b8e274e0f9
commit 291e7588e1

View File

@@ -136,7 +136,7 @@ namespace OpenRA.Widgets
Widget.RootWidget.Children.Remove(dropDown); Widget.RootWidget.Children.Remove(dropDown);
}; };
fullscreenMask.OnMouseUp = mi => fullscreenMask.OnMouseDown = mi =>
{ {
HideDropDown(); HideDropDown();
return false; return false;