mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-28 00:27:21 -08:00
Fixed status bar problem when it's set to always show
This commit is contained in:
parent
ae00cc42a3
commit
118b6c89e4
1 changed files with 1 additions and 1 deletions
|
@ -564,8 +564,8 @@ void reader::menubar_hide() {
|
||||||
else {
|
else {
|
||||||
ui->spacerWidget->setVisible(false);
|
ui->spacerWidget->setVisible(false);
|
||||||
ui->statusBarWidget->setVisible(false);
|
ui->statusBarWidget->setVisible(false);
|
||||||
|
ui->menuWidget->setVisible(false);
|
||||||
}
|
}
|
||||||
ui->menuWidget->hide();
|
|
||||||
menubar_shown = false;
|
menubar_shown = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue