2
0
Эх сурвалжийг харах

workaround for lifecycle bug introduced in 685

Charlie Kindel 5 жил өмнө
parent
commit
5bfc648fb5

+ 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);
 				}
 			};
 		}