diff options
Diffstat (limited to 'src/ui/configdialog.cpp')
| -rw-r--r-- | src/ui/configdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/configdialog.cpp b/src/ui/configdialog.cpp index e014df04f..fac9c4dd6 100644 --- a/src/ui/configdialog.cpp +++ b/src/ui/configdialog.cpp @@ -62,6 +62,7 @@ ConfigDialog::ConfigDialog ( QWidget *parent ) connect (this, SIGNAL(accepted()),SLOT(saveSettings())); connect (ui.inputPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons())); connect (ui.outputPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons())); + connect (ui.visualPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons())); connect (ui.generalPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons())); connect (ui.effectPluginTable, SIGNAL(cellPressed(int, int)), SLOT(updateButtons())); connect (ui.pluginsTab, SIGNAL(currentChanged(int)), SLOT(updateButtons())); |
