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:
authorDalai Felinto <dfelinto@gmail.com>2016-10-17 22:43:35 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-10-17 22:45:34 +0300
commitcccd3eb5a8107cd215fc5e3b8ecdf275ed5c48f2 (patch)
treee0349ccf7f82cad7f9f6c85be624b11337137bb9 /source/blender/editors/interface
parent5e92a0faad987a84d4a1c1a9d7459c2847865577 (diff)
Fixup for doversion (rB8d573aa0 and rBa7e74791)
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 9187ab6f4a4..5e24dc96255 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -2742,7 +2742,7 @@ void init_userdef_do_versions(void)
}
}
- if (!USER_VERSION_ATLEAST(278, 1)) {
+ if (!USER_VERSION_ATLEAST(278, 2)) {
bTheme *btheme;
for (btheme = U.themes.first; btheme; btheme = btheme->next) {
rgba_char_args_set(btheme->tv3d.vertex_bevel, 0, 165, 255, 255);