mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-26 23:57:22 -08:00
Set optionsBtn to inactive state when closing wordWidget
This commit is contained in:
parent
e0ff65505c
commit
2ba3b42599
1 changed files with 1 additions and 0 deletions
|
@ -1431,6 +1431,7 @@ void reader::wordwidget_show() {
|
|||
|
||||
void reader::wordwidget_hide() {
|
||||
ui->wordWidget->setVisible(false);
|
||||
ui->optionsBtn->setStyleSheet("background: white; color: black");
|
||||
ui->optionsBtn->show();
|
||||
ui->line->show();
|
||||
wordwidgetLock = false;
|
||||
|
|
Loading…
Reference in a new issue