Suppress scroll events from the DropDownWidget fullscreen mask.

This commit is contained in:
Paul Chote
2017-08-27 18:36:01 +01:00
committed by reaperrr
parent 1bd1a185f5
commit 69251d508b

View File

@@ -183,7 +183,7 @@ namespace OpenRA.Mods.Common.Widgets
public override bool HandleMouseInput(MouseInput mi)
{
if (mi.Event != MouseInputEvent.Down && mi.Event != MouseInputEvent.Up)
if (mi.Event == MouseInputEvent.Move)
return false;
if (mi.Event == MouseInputEvent.Down)