[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
WandererFan
parent
a207d11fa4
commit
e92ed45df9
@@ -115,7 +115,7 @@ void FeaturePage::onChanged(const App::Property* prop)
|
||||
void FeaturePage::onDocumentRestored()
|
||||
{
|
||||
// Needs to be tmp. set because otherwise the custom text gets overridden (#0002064)
|
||||
this->StatusBits.set(App::Restore);// the 'Restore' flag
|
||||
this->StatusBits.set(App::Restore); // the 'Restore' flag
|
||||
|
||||
Base::FileInfo templateInfo(Template.getValue());
|
||||
if (!templateInfo.exists()) {
|
||||
@@ -133,7 +133,7 @@ void FeaturePage::onDocumentRestored()
|
||||
Template.setValue(path);
|
||||
}
|
||||
|
||||
this->StatusBits.reset(App::Restore);// the 'Restore' flag
|
||||
this->StatusBits.reset(App::Restore); // the 'Restore' flag
|
||||
}
|
||||
|
||||
App::DocumentObjectExecReturn* FeaturePage::execute(void)
|
||||
|
||||
Reference in New Issue
Block a user