diff --git a/src/gui/qt/gametable/gametableimpl.cpp b/src/gui/qt/gametable/gametableimpl.cpp index b9973b95..b07da572 100755 --- a/src/gui/qt/gametable/gametableimpl.cpp +++ b/src/gui/qt/gametable/gametableimpl.cpp @@ -641,6 +641,7 @@ void gameTableImpl::applySettings(settingsDialogImpl* mySettingsDialog) { //blind buttons refresh if(myStartWindow->getSession()->getCurrentGame()) { refreshButton(); + refreshGroupbox(); provideMyActions(); }