Browse Source

Fixed more minor issues in tests

Tig Kindel 1 year ago
parent
commit
0be24ff440
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/View/Layout/ViewLayout.cs

+ 1 - 0
Terminal.Gui/View/Layout/ViewLayout.cs

@@ -889,6 +889,7 @@ public partial class View {
 			}
 
 			if (IsInitialized) {
+				// TODO: Figure out what really is needed here. All unit tests (except AutoSize) pass as-is
 				//LayoutFrames ();
 				//TextFormatter.Size = GetTextFormatterSizeNeededForTextAndHotKey ();
 				SetNeedsLayout ();