Skip to content

Commit 1860d1a

Browse files
committed
1.3.12 - UI Bugfix
1 parent ff1f5e8 commit 1860d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brawl_rendering_toolkit/ui/panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def draw(self, context):
133133
row = layout.row(align=True)
134134

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

138138
if anim_render:
139139
row = layout.row(align=True)

0 commit comments

Comments
 (0)