Require LMB for common widget interactions.
This commit is contained in:
@@ -74,6 +74,7 @@ namespace OpenRA.Mods.RA.Widgets.Delegates
|
||||
template.GetBackground = () => ((video == Selected) ? "dialog2" : null);
|
||||
template.OnMouseDown = mi =>
|
||||
{
|
||||
if (mi.Button != MouseButton.Left) return false;
|
||||
Selected = video;
|
||||
player.Load(video);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user