MainWindow: Set correct value for resetFullWindowException for homeBtn

See commit https://github.com/Kobo-InkBox/inkbox/commit/
6155e9344e for details.
This commit is contained in:
Nicolas Mailloux 2022-01-28 00:47:56 -05:00
parent 6155e9344e
commit a8a418b5a7

View file

@ -723,7 +723,7 @@ void MainWindow::on_brightnessBtn_clicked()
void MainWindow::on_homeBtn_clicked()
{
global::mainwindow::tabSwitcher::repaint = true;
resetFullWindowException = false;
resetFullWindowException = true;
resetWindow(true);
}