Skip to content

Commit

Permalink
Another attempt at fixing that issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Oct 18, 2021
1 parent fa10845 commit e2892d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/fragment/SettingsFragment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ SettingsFragment::SettingsFragment(TrayIcon *trayIcon,
break;
}

// Workaround: Force redraw
ui->stackedWidget->hide();
ui->stackedWidget->show();
ui->stackedWidget->repaint();
Expand Down

0 comments on commit e2892d2

Please sign in to comment.