Browse Source

Merge pull request #687 from tig/fix_685

workaround for lifecycle bug introduced in 685
Charlie Kindel 5 years ago
parent
commit
a6c122d90a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/StatusBar.cs

+ 1 - 1
Terminal.Gui/Views/StatusBar.cs

@@ -96,7 +96,7 @@ namespace Terminal.Gui {
 				if (SuperView == null || SuperView == Application.Top) {
 					Y = Driver.Rows - 1;
 				} else {
-					Y = Pos.Bottom (SuperView);
+					//Y = Pos.Bottom (SuperView);
 				}
 			};
 		}