mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfix: document reading doesnt work
This commit is contained in:
@ -573,6 +573,11 @@ void PDFProgramController::finishInitialization()
|
||||
{
|
||||
readSettings(ActionSettings);
|
||||
|
||||
if (m_textToSpeech)
|
||||
{
|
||||
m_textToSpeech->setSettings(m_settings);
|
||||
}
|
||||
|
||||
updatePageLayoutActions();
|
||||
m_mainWindowInterface->updateUI(true);
|
||||
onViewerSettingsChanged();
|
||||
|
Reference in New Issue
Block a user