Part: fix compoundfilter's items property tooltip

reported by chrisb:
https://forum.freecadweb.org/viewtopic.php?f=3&t=28299#p229889
This commit is contained in:
DeepSOIC
2018-04-25 02:28:30 +03:00
committed by wmayer
parent 61db1afe44
commit 2c78478b5c

View File

@@ -58,7 +58,7 @@ class _CompoundFilter:
obj.FilterType = 'bypass'
# properties controlling "specific items" mode
obj.addProperty("App::PropertyString", "items", "CompoundFilter", "list of indexes of childs to be returned (like this: 1,4,8:10).")
obj.addProperty("App::PropertyString", "items", "CompoundFilter", "list of indexes of childs to be returned (like this: 1;4;8:10).")
obj.addProperty("App::PropertyLink", "Stencil", "CompoundFilter", "Object that defines filtering")