Status bar: update the empty/full icon states even when status bar icons updating is disabled.
This commit is contained in:
@@ -1904,6 +1904,13 @@ MainWindow::updateUiPauseState()
|
||||
ui->actionPause->setToolTip(tooltip_text);
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::updateStatusEmptyIcons()
|
||||
{
|
||||
if (status != nullptr)
|
||||
status->refreshEmptyIcons();
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::on_actionPreferences_triggered()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user