mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 11:52:25 +00:00
GuiPrefs.cpp: fix signal.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25280 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8769cafc89
commit
c2d1b2ea82
@ -864,7 +864,7 @@ PrefDisplay::PrefDisplay(GuiPreferences * form)
|
|||||||
: PrefModule(qt_(catLookAndFeel), qt_("Graphics"), form)
|
: PrefModule(qt_(catLookAndFeel), qt_("Graphics"), form)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
connect(displayGraphicsCB, SIGNAL(toggled(int)), this, SIGNAL(changed()));
|
connect(displayGraphicsCB, SIGNAL(toggled(bool)), this, SIGNAL(changed()));
|
||||||
connect(instantPreviewCO, SIGNAL(activated(int)), this, SIGNAL(changed()));
|
connect(instantPreviewCO, SIGNAL(activated(int)), this, SIGNAL(changed()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user