diff --git a/OpenRA.Game/Chrome.cs b/OpenRA.Game/Chrome.cs index ee41bd1705..51057fc2d9 100644 --- a/OpenRA.Game/Chrome.cs +++ b/OpenRA.Game/Chrome.cs @@ -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;