~scribus/scribus/trunk

« back to all changes in this revision

Viewing changes to scribus/plugins/import/drw/importdrw.cpp

  • Committer: craig
  • Date: 2019-11-30 17:06:39 UTC
  • Revision ID: svn-v4:11d20701-8431-0410-a711-e3c959e3b870:trunk/Scribus:23390
Code cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
                m_Doc->setPageSize("Custom");
220
220
        }
221
221
        if ((!(flags & LoadSavePlugin::lfLoadAsPattern)) && (m_Doc->view() != nullptr))
222
 
                m_Doc->view()->Deselect();
 
222
                m_Doc->view()->deselectItems();
223
223
        Elements.clear();
224
224
        m_Doc->setLoading(true);
225
225
        m_Doc->DoDrawing = false;