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:
authorHans Goudey <h.goudey@me.com>2021-01-29 01:16:24 +0300
committerHans Goudey <h.goudey@me.com>2021-01-29 01:16:24 +0300
commit71cb6923f5073d4d1ca629f1299cfe251f8a611d (patch)
tree685a1ce1d37b9fd0ea12355b3dece493f2c56649 /source/blender/blenloader
parent2f60e5d1b56dfb8c9104f4652e5cfa5914e58bd7 (diff)
Fix T83988: Active modifier outline uses search theme color
The outline for the active modifier was abusing the property search match theme color, as noted in a comment. This commit adds a new theme color in RNA specifically for the active modifier outline.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_userdef.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c
index 0bc1cc4a05c..322830282e9 100644
--- a/source/blender/blenloader/intern/versioning_userdef.c
+++ b/source/blender/blenloader/intern/versioning_userdef.c
@@ -272,6 +272,7 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme)
*/
{
/* Keep this block, even when empty. */
+ FROM_DEFAULT_V4_UCHAR(space_properties.active);
}
#undef FROM_DEFAULT_V4_UCHAR