Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul (Thirio) <paul@paulcoops.com>2019-11-25 19:36:05 +0300
committerHarley Acheson <harley.acheson@gmail.com>2019-11-25 19:36:05 +0300
commitb374b24f1b2dea4360f318fe3c86bede00bdaae4 (patch)
tree81e74e8b8103c9dca6f21bf00036367c1d470bf3 /source/blender/editors/include/UI_resources.h
parent78071d0cdfe53bf9dd7baa1a7204b1e148b7574b (diff)
UI: Widget Text Cursor Color
Adds a theme setting to specify color of widget text insertion cursor (caret). Differential Revision: https://developer.blender.org/D6024 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/editors/include/UI_resources.h')
-rw-r--r--source/blender/editors/include/UI_resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_resources.h b/source/blender/editors/include/UI_resources.h
index c909c9b8d58..738a91c085d 100644
--- a/source/blender/editors/include/UI_resources.h
+++ b/source/blender/editors/include/UI_resources.h
@@ -293,7 +293,7 @@ typedef enum ThemeColorID {
TH_NLA_SOUND_SEL,
TH_WIDGET_EMBOSS,
-
+ TH_WIDGET_TEXT_CURSOR,
TH_EDITOR_OUTLINE,
TH_AXIS_X, /* X/Y/Z Axis */