From 1c429daf345f746233034033196574a2ea5f6ae9 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 24 Oct 2024 18:04:05 -0600 Subject: [PATCH] debugging iterations --- Terminal.Gui/Application/Application.Run.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Terminal.Gui/Application/Application.Run.cs b/Terminal.Gui/Application/Application.Run.cs index eb1e6c263..0e6177bd2 100644 --- a/Terminal.Gui/Application/Application.Run.cs +++ b/Terminal.Gui/Application/Application.Run.cs @@ -498,6 +498,7 @@ public static partial class Application // Run (Begin, Run, End, Stop) /// If the entire View hierarchy will be redrawn. The default is and should only be overriden for testing. public static void Refresh (bool forceRedraw = false) { + Debug.WriteLine($"Refresh Top = {Top.Id}"); bool clear = false; foreach (Toplevel tl in TopLevels.Reverse ()) {