src/dialogs/configdialog.cpp

changeset 978
4603d8fd063e
parent 976
b7aac3606b65
child 981
5d5d84ab2c48
--- a/src/dialogs/configdialog.cpp	Mon Aug 31 23:36:08 2015 +0300
+++ b/src/dialogs/configdialog.cpp	Sat Sep 05 23:03:24 2015 +0300
@@ -275,9 +275,8 @@
 	}
 
 	m_window->syncSettings();
-	LDDocument::current()->reloadAllSubfiles();
+	currentDocument()->reloadAllSubfiles();
 	LoadLogoStuds();
-
 	m_window->R()->setBackground();
 	m_window->doFullRefresh();
 	m_window->updateDocumentList();

mercurial