summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/BadgeUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-29 17:46:34 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-29 17:46:34 -0400
commit49f6c2a272426435fde1fc70bc650d3c76cbab4b (patch)
tree78c5c26a6a2c013162502d75a65a63e46f0d4cf7 /sigmodr/widgets/BadgeUI.cpp
parent4604bccb30727c443ac01a21a41f421184979749 (diff)
Call the base class in refreshGui
Diffstat (limited to 'sigmodr/widgets/BadgeUI.cpp')
-rw-r--r--sigmodr/widgets/BadgeUI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sigmodr/widgets/BadgeUI.cpp b/sigmodr/widgets/BadgeUI.cpp
index ffe27dfe..06ed6518 100644
--- a/sigmodr/widgets/BadgeUI.cpp
+++ b/sigmodr/widgets/BadgeUI.cpp
@@ -160,6 +160,7 @@ void BadgeUI::Private::refreshGui()
item->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled);
ui_stat->setItem(ST_Special - ST_Attack, 0, item);
}
+ ObjectUIPrivate::refreshGui();
}
void BadgeUI::Private::resetGui()