Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradient

This commit is contained in:
Antony Riakiotakis 2013-02-23 12:55:19 +00:00
parent 7d81fd8231
commit 6a55cd889c

View File

@ -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.space.back
color = context.user_preferences.themes[0].view_3d.space.gradients.high_gradient
color.s = 1.0
color.h += 0.01