mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2024-12-26 16:22:50 +01:00
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
Block a user