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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-28 05:41:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-28 05:41:36 +0300
commitdcf0860dabf326e3a4b37ae15baae491e661cbf8 (patch)
treed922c5698ee58ae5153545798ebaaf4957803b98 /source/blender/makesdna/DNA_screen_types.h
parent54295369049f9004cce6d8ccacaeda3a52e59a68 (diff)
Fix tool not being initialized switching windows
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index 99404fbf057..a62e7bc5036 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -368,7 +368,7 @@ enum {
#endif
/* update size of regions within the area */
AREA_FLAG_REGION_SIZE_UPDATE = (1 << 3),
-// AREA_FLAG_DEPRECATED_4 = (1 << 4),
+ AREA_FLAG_ACTIVE_TOOL_UPDATE = (1 << 4),
// AREA_FLAG_DEPRECATED_5 = (1 << 5),
/* used to check if we should switch back to prevspace (of a different type) */
AREA_FLAG_TEMP_TYPE = (1 << 6),