@@ -64,11 +64,6 @@ internal class TabRowView : View
return false;
}
- if (!HasFocus && CanFocus)
- {
- SetFocus ();
- }
-
if (me.IsSingleDoubleOrTripleClicked)
{
var scrollIndicatorHit = 0;
@@ -518,6 +518,10 @@ public class TabView : View
SelectedTab?.SetFocus ();
+ else
+ {
+ SelectedTab?.View?.SetFocus ();
+ }
/// <summary>