Rename DocumentCreateFlags to DocumentInitFlags.
This commit is contained in:
@@ -2592,10 +2592,10 @@ App::Document* Application::reopen(App::Document* doc)
|
||||
}
|
||||
|
||||
for (auto& file : docs) {
|
||||
App::DocumentCreateFlags createFlags {
|
||||
App::DocumentInitFlags initFlags {
|
||||
.createView = false
|
||||
};
|
||||
App::GetApplication().openDocument(file.c_str(), createFlags);
|
||||
App::GetApplication().openDocument(file.c_str(), initFlags);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user