[TD]Apply filters to PropertyFile

This commit is contained in:
wandererfan
2019-09-20 12:56:26 -04:00
committed by WandererFan
parent d4d9cd093e
commit 0549366271
5 changed files with 19 additions and 3 deletions
+3
View File
@@ -122,6 +122,9 @@ DrawViewSection::DrawViewSection()
getParameters();
std::string hatchFilter("Svg files (*.svg *.SVG);;PAT files (*.pat *.PAT);;All files (*)");
FileHatchPattern.setFilter(hatchFilter);
}
DrawViewSection::~DrawViewSection()