Skip to content

Commit

Permalink
Workaround for persistent dropdowns.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Nov 27, 2010
1 parent b8e274e commit 291e758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Game/Widgets/ButtonWidget.cs
Expand Up @@ -136,7 +136,7 @@ public static void ShowDropDown<T>(Widget w, IEnumerable<T> ts, Func<T, int, Lab
Widget.RootWidget.Children.Remove(dropDown);
};

fullscreenMask.OnMouseUp = mi =>
fullscreenMask.OnMouseDown = mi =>
{
HideDropDown();
return false;
Expand Down

0 comments on commit 291e758

Please sign in to comment.