mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
DocBook: missing signal connection in GUI for MathML prefix.
This commit is contained in:
parent
de77854275
commit
7a210e4c9a
@ -924,8 +924,10 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
this, SLOT(change_adaptor()));
|
||||
connect(outputModule->tableoutCB, SIGNAL(currentIndexChanged(int)),
|
||||
this, SLOT(change_adaptor()));
|
||||
connect(outputModule->mathmlprefixCB, SIGNAL(currentIndexChanged(int)),
|
||||
this, SLOT(change_adaptor()));
|
||||
|
||||
connect(outputModule->shellescapeCB, SIGNAL(stateChanged(int)),
|
||||
connect(outputModule->shellescapeCB, SIGNAL(stateChanged(int)),
|
||||
this, SLOT(shellescapeChanged()));
|
||||
connect(outputModule->outputsyncCB, SIGNAL(toggled(bool)),
|
||||
this, SLOT(setOutputSync(bool)));
|
||||
|
Loading…
Reference in New Issue
Block a user