[TD]fix update suppression logic
This commit is contained in:
committed by
WandererFan
parent
e7df102e22
commit
aa4ba37a6c
@@ -408,7 +408,7 @@ void ViewProviderPage::finishRestoring()
|
||||
m_docReady = true;
|
||||
//control drawing opening on restore based on Preference
|
||||
//mantis #2967 ph2 - don't even show blank page
|
||||
if (Preferences::keepPagesUpToDate()) {
|
||||
if (getDrawPage()->canUpdate()) {
|
||||
static_cast<void>(showMDIViewPage());
|
||||
}
|
||||
Gui::ViewProviderDocumentObject::finishRestoring();
|
||||
|
||||
Reference in New Issue
Block a user