mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07: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 {
|
||||
ui->spacerWidget->setVisible(false);
|
||||
ui->statusBarWidget->setVisible(false);
|
||||
ui->menuWidget->setVisible(false);
|
||||
}
|
||||
ui->menuWidget->hide();
|
||||
menubar_shown = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue