fix for modal timer template, wasnt updated for changes to themes.

This commit is contained in:
Campbell Barton 2012-04-27 10:00:21 +00:00
parent 4469ab9857
commit da1e128d77

@ -14,7 +14,7 @@ class ModalTimerOperator(bpy.types.Operator):
if event.type == 'TIMER':
# change theme color, silly!
color = context.user_preferences.themes[0].view_3d.back
color = context.user_preferences.themes[0].view_3d.space.back
color.s = 1.0
color.h += 0.01