FEM: fix white space
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
f5146b8d43
commit
6de28c158d
|
@ -56,4 +56,4 @@ template<> const char* App::MaterialObjectPython::getViewProviderName(void) cons
|
|||
|
||||
// explicit template instantiation
|
||||
template class AppExport FeaturePythonT<App::MaterialObject>;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -261,7 +261,7 @@ class _MechanicalMaterialTaskPanel:
|
|||
|
||||
use_mat_from_custom_dir = self.fem_preferences.GetBool("UseMaterialsFromCustomDir", True)
|
||||
if use_mat_from_custom_dir:
|
||||
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir","")
|
||||
custom_mat_dir = self.fem_preferences.GetString("CustomMaterialsDir", "")
|
||||
self.add_mat_dir(custom_mat_dir, ":/icons/user.svg")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user