Add override flag for recomputes; set it in relevant tests with old files.
This commit is contained in:
@@ -185,6 +185,7 @@ Document::Document(App::Document* pcDocument,Application * app)
|
||||
(std::bind(&Gui::Document::slotFinishRestoreDocument, this, sp::_1));
|
||||
d->connectShowHidden = App::GetApplication().signalShowHidden.connect
|
||||
(std::bind(&Gui::Document::slotShowHidden, this, sp::_1));
|
||||
|
||||
d->connectChangePropertyEditor = pcDocument->signalChangePropertyEditor.connect
|
||||
(std::bind(&Gui::Document::slotChangePropertyEditor, this, sp::_1, sp::_2));
|
||||
d->connectChangeDocument = d->_pcDocument->signalChanged.connect // use the same slot function
|
||||
|
||||
Reference in New Issue
Block a user