mirror of https://github.com/JakubMelka/PDF4QT.git
Bugfix: document reading doesnt work
This commit is contained in:
parent
ae4296776f
commit
e4f8d426be
|
@ -573,6 +573,11 @@ void PDFProgramController::finishInitialization()
|
|||
{
|
||||
readSettings(ActionSettings);
|
||||
|
||||
if (m_textToSpeech)
|
||||
{
|
||||
m_textToSpeech->setSettings(m_settings);
|
||||
}
|
||||
|
||||
updatePageLayoutActions();
|
||||
m_mainWindowInterface->updateUI(true);
|
||||
onViewerSettingsChanged();
|
||||
|
|
Loading…
Reference in New Issue