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>2020-09-15 18:34:38 +0300
committerHans Goudey <h.goudey@me.com>2020-09-15 18:34:38 +0300
commitf59ce4d55c04a61a10d9e9567b53ee652972b60a (patch)
treeb76be15c2f4714f166ed7c3bd9588123ceee35f6 /source/blender/blenloader
parent6b29c3fa07f54a0b0d123a90049fbad36a1334c2 (diff)
Property Search: Add "search match" theme color
We will use a highlight on panel headers to convey that they have a search match, so this commit initializes the theme color for the properties editor. Differential Revision: https://developer.blender.org/D8854
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_userdef.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c
index 955725f0ea7..a0a60630986 100644
--- a/source/blender/blenloader/intern/versioning_userdef.c
+++ b/source/blender/blenloader/intern/versioning_userdef.c
@@ -236,6 +236,8 @@ static void do_versions_theme(const UserDef *userdef, bTheme *btheme)
*/
{
/* Keep this block, even when empty. */
+
+ FROM_DEFAULT_V4_UCHAR(space_properties.match);
}
#undef FROM_DEFAULT_V4_UCHAR