pep8 cleanup
This commit is contained in:
@@ -57,9 +57,9 @@ class FILEBROWSER_HT_header(bpy.types.Header):
|
||||
|
||||
row = layout.row(align=True)
|
||||
row.active = params.use_filter
|
||||
|
||||
|
||||
row.prop(params, "use_filter_folder", text="")
|
||||
|
||||
|
||||
if params.filter_glob:
|
||||
#if st.operator and hasattr(st.operator, "filter_glob"):
|
||||
# row.prop(params, "filter_glob", text="")
|
||||
|
||||
Reference in New Issue
Block a user