mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views.
This commit is contained in:
@@ -349,7 +349,7 @@ namespace Terminal.Gui {
|
||||
{
|
||||
Driver.SetAttribute (GetNormalColor ());
|
||||
SetViewsNeedsDisplay ();
|
||||
//Clear ();
|
||||
Clear ();
|
||||
|
||||
var savedClip = ClipToBounds ();
|
||||
OnDrawContent (new Rect (ContentOffset,
|
||||
|
||||
Reference in New Issue
Block a user