diff --git a/OpenRA.Game/Widgets/VqaPlayerWidget.cs b/OpenRA.Game/Widgets/VqaPlayerWidget.cs index 35b4d661bf..10731a1d27 100644 --- a/OpenRA.Game/Widgets/VqaPlayerWidget.cs +++ b/OpenRA.Game/Widgets/VqaPlayerWidget.cs @@ -124,6 +124,11 @@ namespace OpenRA.Widgets return true; } + public override bool HandleMouseInput(MouseInput mi) + { + return RenderBounds.Contains(mi.Location); + } + public void Play() { PlayThen(() => { });