Skip to content

Commit

Permalink
elements were hidden behind the background (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edru2 committed Sep 8, 2020
1 parent 193c915 commit 3055c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/TConsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2509,16 +2509,19 @@ bool TConsole::lowerWindow(const QString& name)
if (pC) {
pC->lower();
mpMainDisplay->lower();
mpBackground->lower();
return true;
}
if (pL) {
pL->lower();
mpMainDisplay->lower();
mpBackground->lower();
return true;
}
if (pM && !name.compare(QLatin1String("mapper"), Qt::CaseInsensitive)) {
pM->lower();
mpMainDisplay->lower();
mpBackground->lower();
return true;
}
return false;
Expand Down

0 comments on commit 3055c4f

Please sign in to comment.