diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 17:46:34 -0400 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-29 17:46:34 -0400 |
| commit | 49f6c2a272426435fde1fc70bc650d3c76cbab4b (patch) | |
| tree | 78c5c26a6a2c013162502d75a65a63e46f0d4cf7 /sigmodr/widgets/GameUI.cpp | |
| parent | 4604bccb30727c443ac01a21a41f421184979749 (diff) | |
Call the base class in refreshGui
Diffstat (limited to 'sigmodr/widgets/GameUI.cpp')
| -rw-r--r-- | sigmodr/widgets/GameUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmodr/widgets/GameUI.cpp b/sigmodr/widgets/GameUI.cpp index 3f037d37..45af24d3 100644 --- a/sigmodr/widgets/GameUI.cpp +++ b/sigmodr/widgets/GameUI.cpp @@ -106,6 +106,7 @@ void GameUI::Private::refreshGui() delete ui_typechart->model(); ui_typechart->setModel(new TypechartModel(m_game->typechart(), types)); ui_effectiveness->setEnabled(false); + ObjectUIPrivate::refreshGui(); } void GameUI::Private::resetGui() |
