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/makesdna/DNA_userdef_types.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/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 3e10e817946..11a0e441392 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -173,7 +173,7 @@ typedef struct ThemeUI {
float icon_alpha;
float icon_saturation;
- char _pad[4];
+ unsigned char widget_text_cursor[4];
/* Axis Colors */
unsigned char xaxis[4], yaxis[4], zaxis[4];