소스 검색

Fixes #1732. Toplevel shouldn't clear the buffer.

BDisp 3 년 전
부모
커밋
18be3731bb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Terminal.Gui/Core/Toplevel.cs

+ 0 - 1
Terminal.Gui/Core/Toplevel.cs

@@ -691,7 +691,6 @@ namespace Terminal.Gui {
 			if (!NeedDisplay.IsEmpty || ChildNeedsDisplay || LayoutNeeded) {
 				Driver.SetAttribute (GetNormalColor ());
 
-				Driver.UpdateOffScreen ();
 				// This is the Application.Top. Clear just the region we're being asked to redraw 
 				// (the bounds passed to us).
 				Clear ();