Set optionsBtn to inactive state when closing wordWidget

This commit is contained in:
Nicolas Mailloux 2022-01-10 21:10:57 -05:00
parent e0ff65505c
commit 2ba3b42599

View file

@ -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;