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>2020-02-21 17:59:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-21 17:59:36 +0300
commit4653d253b390fbb61163610d60ac4c0d21db23ae (patch)
tree6e57fc8864f5d664afd74406fa9e8002740818ac /source/blender/makesdna/DNA_screen_types.h
parent803636f888c1f74d73bf4f09ed396647c869a4a3 (diff)
Fix T67805: Cursor doesn't update when switching tools via shortcuts
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 483e5c4a952..c0e62f01e66 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -474,8 +474,8 @@ enum {
/** Update size of regions within the area. */
AREA_FLAG_REGION_SIZE_UPDATE = (1 << 3),
AREA_FLAG_ACTIVE_TOOL_UPDATE = (1 << 4),
+ AREA_FLAG_CURSOR_UPDATE = (1 << 5),
- // AREA_FLAG_UNUSED_5 = (1 << 5),
AREA_FLAG_UNUSED_6 = (1 << 6), /* cleared */
/**