diff --git a/src/app/mainwindow.cpp b/src/app/mainwindow.cpp index d881f3413..8294e8c80 100644 --- a/src/app/mainwindow.cpp +++ b/src/app/mainwindow.cpp @@ -2577,7 +2577,7 @@ void MainWindow::ChangePP(int index, bool zoomBestFit) if (index != -1) { doc->ChangeActivPP(comboBoxDraws->itemText(index)); - doc->setCurrentData(); + doc->LiteParseTree(Document::LiteParse); emit RefreshHistory(); if (drawMode) {