* Added own theme support for the cursor, was depending on the line_error color before.
This commit is contained in:
2010-02-15 02:39:40 +00:00
parent 9f7a412511
commit 6753411adb
6 changed files with 13 additions and 2 deletions

View File

@@ -958,6 +958,7 @@ class USERPREF_PT_theme(bpy.types.Panel):
col.prop(prefs, "line_input")
col.prop(prefs, "line_info")
col.prop(prefs, "line_error")
col.prop(prefs, "cursor")
class USERPREF_PT_file(bpy.types.Panel):