]> git.lyx.org Git - features.git/commitdiff
* "show popup without delay"-checkbox was missing a connect
authorStefan Schimanski <sts@lyx.org>
Tue, 26 Feb 2008 13:09:44 +0000 (13:09 +0000)
committerStefan Schimanski <sts@lyx.org>
Tue, 26 Feb 2008 13:09:44 +0000 (13:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23247 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index e68968d9818012b9372a9bae4c881ac838a19b31..66614a61dde0a69c6397021f977e258750888e17 100644 (file)
@@ -274,6 +274,8 @@ PrefInput::PrefInput(GuiPreferences * form, QWidget * parent)
                this, SIGNAL(changed()));
        connect(popupTextCB, SIGNAL(clicked()),
                this, SIGNAL(changed()));
+       connect(popupAfterCompleteCB, SIGNAL(clicked()),
+               this, SIGNAL(changed()));
        connect(mouseWheelSpeedSB, SIGNAL(valueChanged(double)),
                this, SIGNAL(changed()));
 }