This commit is contained in:
Paul Chote
2010-03-17 20:45:18 +13:00
parent a2b2ad0af5
commit 2a1d9cba7f

View File

@@ -1048,10 +1048,7 @@ namespace OpenRA
public bool HandleInput(World world, MouseInput mi)
{
if (selectedWidget != null)
{
selectedWidget.HandleInput(mi);
return true;
}
return selectedWidget.HandleInput(mi);
if (rootWidget.HandleInput(mi))
return true;