Browse Source

Merge pull request #1733 from BDisp/allviewstester-toplevel-issue

Fixes #1732. Toplevel shouldn't clear the buffer.
Tig Kindel 3 years ago
parent
commit
2f131c39cb
1 changed files with 0 additions and 1 deletions
  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) {
 			if (!NeedDisplay.IsEmpty || ChildNeedsDisplay || LayoutNeeded) {
 				Driver.SetAttribute (GetNormalColor ());
 				Driver.SetAttribute (GetNormalColor ());
 
 
-				Driver.UpdateOffScreen ();
 				// This is the Application.Top. Clear just the region we're being asked to redraw 
 				// This is the Application.Top. Clear just the region we're being asked to redraw 
 				// (the bounds passed to us).
 				// (the bounds passed to us).
 				Clear ();
 				Clear ();