mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Automatically update the dialog when the autoApply checkbox is toggled.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24676 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
01ceec9cfe
commit
acb78e35f1
@ -159,6 +159,8 @@ GuiCharacter::GuiCharacter(GuiView & lv)
|
||||
connect(colorCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(langCO, SIGNAL(activated(int)), this, SLOT(change_adaptor()));
|
||||
connect(toggleallCB, SIGNAL(clicked()), this, SLOT(change_adaptor()));
|
||||
connect(autoapplyCB, SIGNAL(stateChanged(int)), this,
|
||||
SLOT(change_adaptor()));
|
||||
|
||||
#ifdef Q_WS_MACX
|
||||
// On Mac it's common to have tool windows which are always in the
|
||||
|
Loading…
Reference in New Issue
Block a user