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