diff --git a/reader.cpp b/reader.cpp index da51e69..f9c0466 100644 --- a/reader.cpp +++ b/reader.cpp @@ -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;