Skip to content

Commit

Permalink
1.3.12 - UI Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tryptech committed Jan 7, 2024
1 parent ff1f5e8 commit 1860d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brawl_rendering_toolkit/ui/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def draw(self, context):
row = layout.row(align=True)

row.prop(scene, "frame_float" if scene.show_subframe else "frame_current", text="Frame/Color")
row.prop(rs, "switchStillAnim_prop", text="",icon='MODIFIER_ON' if scene.show_subframe else 'MODIFIER_OFF')
row.prop(rs, "switchStillAnim_prop", text="",icon='MODIFIER_ON' if rs.switchStillAnim_prop else 'MODIFIER_OFF')

if anim_render:
row = layout.row(align=True)
Expand Down

0 comments on commit 1860d1a

Please sign in to comment.