Ver Fonte

workaround for lifecycle bug introduced in 685

Charlie Kindel há 5 anos atrás
pai
commit
5bfc648fb5
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
 				}
 			};
 		}