[TD]show section face pat hatch on restore

This commit is contained in:
wandererfan
2020-05-02 13:55:39 -04:00
committed by WandererFan
parent 24139bf25d
commit b3290e0352
2 changed files with 17 additions and 18 deletions

View File

@@ -557,9 +557,7 @@ void DrawGeomHatch::onDocumentRestored()
std::string patFileName = FilePattern.getValue();
Base::FileInfo tfi(patFileName);
if (tfi.isReadable()) {
if (PatIncluded.isEmpty()) {
setupPatIncluded();
}
setupPatIncluded();
}
}
}