From 15e6b4eff2cc759ca9d3c6f36ebb8d95d38c160b Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 25 Jul 2024 14:40:11 -0600 Subject: [PATCH] Documenting focus code --- Terminal.Gui/View/View.Navigation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/View/View.Navigation.cs b/Terminal.Gui/View/View.Navigation.cs index edbe5eabc..292cb5c52 100644 --- a/Terminal.Gui/View/View.Navigation.cs +++ b/Terminal.Gui/View/View.Navigation.cs @@ -653,7 +653,7 @@ public partial class View // Focus and cross-view navigation management (TabStop // The subview does not have focus, but at least one other that can. Can this one be focused? if (focusedIdx != -1 && w.CanFocus && w._tabStop && w.Visible && w.Enabled) { - // Make w Leave + // Make Focused Leave Focused.SetHasFocus (false, w); //// If the focused view is overlapped don't focus on the next if it's not overlapped.