rename template_color_wheel() to template_color_picker()

This commit is contained in:
Campbell Barton
2012-11-09 11:03:53 +00:00
parent 6d31921b26
commit c046b13b56
9 changed files with 24 additions and 24 deletions

View File

@@ -684,7 +684,7 @@ class IMAGE_PT_paint(Panel, ImagePaintPanel):
if brush:
col = layout.column()
col.template_color_wheel(brush, "color", value_slider=True)
col.template_color_picker(brush, "color", value_slider=True)
col.prop(brush, "color", text="")
row = col.row(align=True)