Merge pull request #563 from BDisp/background-drawing

Fixes #562 background drawing issue.
This commit is contained in:
Charlie Kindel
2020-05-28 09:15:47 -06:00
committed by GitHub

View File

@@ -260,7 +260,7 @@ namespace Terminal.Gui {
{
Application.CurrentView = this;
if (IsCurrentTop) {
if (IsCurrentTop || this == Application.Top) {
if (NeedDisplay != null && !NeedDisplay.IsEmpty) {
Driver.SetAttribute (Colors.TopLevel.Normal);
Clear (region);