fix doubled loaded pdf pages bug

master
rolandlo 6 years ago committed by Fabian Keßler
parent 3fedec5ffe
commit 87e9b824aa
  1. 1
      src/control/xojfile/LoadHandler.cpp

@ -76,6 +76,7 @@ void LoadHandler::initAttributes() {
this->image = nullptr;
this->teximage = nullptr;
this->text = nullptr;
this->pages.clear();
if (this->audioFiles) {
g_hash_table_unref(this->audioFiles);

Loading…
Cancel
Save