mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 08:47:59 +01:00
Merge pull request #563 from BDisp/background-drawing
Fixes #562 background drawing issue.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user