mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
Enable wheel to allow focus.
This commit is contained in:
@@ -59,6 +59,11 @@ internal class TabRowView : View
|
||||
}
|
||||
}
|
||||
|
||||
if (me.IsWheel && !HasFocus && CanFocus)
|
||||
{
|
||||
SetFocus ();
|
||||
}
|
||||
|
||||
if (!me.IsSingleDoubleOrTripleClicked)
|
||||
{
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user