Browse Source

Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views.

BDisp 1 year ago
parent
commit
b6df2cc3d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Views/ScrollView.cs

+ 1 - 1
Terminal.Gui/Views/ScrollView.cs

@@ -349,7 +349,7 @@ namespace Terminal.Gui {
 		{
 			Driver.SetAttribute (GetNormalColor ());
 			SetViewsNeedsDisplay ();
-			//Clear ();
+			Clear ();
 
 			var savedClip = ClipToBounds ();
 			OnDrawContent (new Rect (ContentOffset,