Skip to content

Commit

Permalink
Fix for yet another sneaky API change...
Browse files Browse the repository at this point in the history
  • Loading branch information
gregzaal committed Jun 24, 2019
1 parent f895629 commit 80eb0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def draw(self, context):
row.operator(GAFFER_OT_refresh_light_list.bl_idname, text="Refresh", icon='FILE_REFRESH')

row.prop(gaf_props, "VisibleCollectionsOnly", text='', icon='LAYER_ACTIVE')
row.prop(gaf_props, "VisibleLightsOnly", text='', icon='VISIBLE_IPO_ON')
row.prop(gaf_props, "VisibleLightsOnly", text='', icon='HIDE_OFF')
row.prop(gaf_props, "MoreExpandAll", text='', icon='PREFERENCES')

if gaf_props.SoloActive != '':
Expand Down

0 comments on commit 80eb0e5

Please sign in to comment.