summaryrefslogtreecommitdiffstats
path: root/sigmodr/widgets/GameUI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/widgets/GameUI.cpp')
-rw-r--r--sigmodr/widgets/GameUI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/widgets/GameUI.cpp b/sigmodr/widgets/GameUI.cpp
index a7c792f4..9d9fd349 100644
--- a/sigmodr/widgets/GameUI.cpp
+++ b/sigmodr/widgets/GameUI.cpp
@@ -92,7 +92,7 @@ QWidget* GameUI::Private::makeWidgets(ObjectUI* widget)
connect(ui_description, SIGNAL(textChanged(QString)), this, SLOT(descriptionChanged(QString)));
connect(ui_singlePlayer, SIGNAL(toggled(bool)), this, SLOT(singlePlayerChanged(bool)));
connect(ui_startScript, SIGNAL(valueChanged(Sigcore::Script)), this, SLOT(startScriptChanged(Sigcore::Script)));
- connect(ui_typechart, SIGNAL(currentChanged(QModelIndex, QModelIndex)), this, SLOT(typechartChanged(QModelIndex)));
+ connect(ui_typechart, SIGNAL(activated(QModelIndex)), this, SLOT(typechartChanged(QModelIndex)));
connect(ui_effectiveness, SIGNAL(valueChanged(Sigcore::Fraction)), this, SLOT(effectivenessChanged(Sigcore::Fraction)));
return form;
}