From 71cb6923f5073d4d1ca629f1299cfe251f8a611d Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 28 Jan 2021 16:16:24 -0600 Subject: 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. --- source/blender/blenloader/intern/versioning_userdef.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader') 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 -- cgit v1.2.3