File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -361,8 +361,7 @@ def Execute(self, uiapp):
361
361
ogs .SetSurfaceForegroundPatternId (solid_fill_id )
362
362
ogs .SetCutForegroundPatternId (solid_fill_id )
363
363
# Get filters apply to view
364
- filter_name = sel_cat .name + " " " + sel_par.name + " - " + item .value
365
- # added ':' character and chaged the removal method to translate, ref: issue #2466
364
+ filter_name = sel_cat .name + " " + sel_par .name + " - " + item .value
366
365
filter_name = filter_name .translate ({ord (i ): None for i in "{}[]:\\ |?/<>*" })
367
366
if filter_name in dict_filters or filter_name in dict_rules :
368
367
if filter_name in dict_rules and filter_name not in dict_filters :
You can’t perform that action at this time.
0 commit comments