We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e48231 commit 5231503Copy full SHA for 5231503
src/Interface/Modules/Base/ModuleDialogGeneric.cc
@@ -83,6 +83,7 @@ void ModuleDialogGeneric::connectButtonToExecuteSignal(QAbstractButton* button)
83
void ModuleDialogGeneric::connectComboToExecuteSignal(QComboBox* box)
84
{
85
/*
86
+ TODO: investigate why duplicate executes are signalled.
87
connect(box, SIGNAL(currentIndexChanged(const QString&)), this, SIGNAL(executeActionTriggered()));
88
if (disablerAdd_ && disablerRemove_)
89
0 commit comments