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

This commit is contained in:
BDisp
2024-04-22 00:07:24 +01:00
parent e444a5fd61
commit b6df2cc3d1

View File

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