src/documentmanager.cpp

changeset 1379
35811339ea72
parent 1367
0aab8d972cf6
child 1428
ece049033adc
equal deleted inserted replaced
1378:86e5a2259f58 1379:35811339ea72
118 m_loadingMainFile = false; 118 m_loadingMainFile = false;
119 return; 119 return;
120 } 120 }
121 121
122 m_window->openDocumentForEditing(file); 122 m_window->openDocumentForEditing(file);
123 m_window->closeInitialDocument();
124 m_window->changeDocument (file); 123 m_window->changeDocument (file);
125 m_window->doFullRefresh(); 124 m_window->doFullRefresh();
126 addRecentFile (path); 125 addRecentFile (path);
127 m_loadingMainFile = false; 126 m_loadingMainFile = false;
128 127

mercurial