소스 검색

workaround for lifecycle bug introduced in 685

Charlie Kindel 5 년 전
부모
커밋
5bfc648fb5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
 				}
 			};
 		}