Enable wheel to allow focus.

This commit is contained in:
BDisp
2024-11-24 14:03:03 +00:00
parent 684fb199ed
commit d4f061d4e8

View File

@@ -59,6 +59,11 @@ internal class TabRowView : View
}
}
if (me.IsWheel && !HasFocus && CanFocus)
{
SetFocus ();
}
if (!me.IsSingleDoubleOrTripleClicked)
{
return false;