Tig пре 9 месеци
родитељ
комит
1c429daf34
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Terminal.Gui/Application/Application.Run.cs

+ 1 - 0
Terminal.Gui/Application/Application.Run.cs

@@ -498,6 +498,7 @@ public static partial class Application // Run (Begin, Run, End, Stop)
     /// <param name="forceRedraw">If <see langword="true"/> the entire View hierarchy will be redrawn. The default is <see langword="false"/> and should only be overriden for testing.</param>
     public static void Refresh (bool forceRedraw = false)
     {
+        Debug.WriteLine($"Refresh Top = {Top.Id}");
         bool clear = false;
         foreach (Toplevel tl in TopLevels.Reverse ())
         {