Untangle loading TTI files into loadsave
This commit is contained in:
@@ -690,7 +690,8 @@ void MainWindow::loadFile(const QString &fileName)
|
||||
}
|
||||
|
||||
QApplication::setOverrideCursor(Qt::WaitCursor);
|
||||
m_textWidget->document()->loadDocument(&file);
|
||||
loadTTI(&file, m_textWidget->document());
|
||||
updatePageWidgets();
|
||||
|
||||
QApplication::restoreOverrideCursor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user