mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Remove TabStop=NoStop from panels to fix tab navigation in IntegrationTests
Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
@@ -160,7 +160,6 @@ public class FileDialog : Dialog, IDesignable
|
||||
Height = Dim.Fill (Dim.Func (_ => IsInitialized ? _btnOk.Frame.Height : 1)),
|
||||
Visible = false,
|
||||
CanFocus = true,
|
||||
TabStop = TabBehavior.NoStop,
|
||||
Arrangement = ViewArrangement.Resizable
|
||||
};
|
||||
|
||||
@@ -172,8 +171,7 @@ public class FileDialog : Dialog, IDesignable
|
||||
Y = Pos.Bottom (_btnBack),
|
||||
Width = Dim.Fill (),
|
||||
Height = Dim.Fill (Dim.Func (_ => IsInitialized ? _btnOk.Frame.Height : 1)),
|
||||
CanFocus = true,
|
||||
TabStop = TabBehavior.NoStop
|
||||
CanFocus = true
|
||||
};
|
||||
|
||||
// this.splitContainer.Border.BorderStyle = BorderStyle.None;
|
||||
|
||||
Reference in New Issue
Block a user