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-06-02 11:00:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-06-02 11:05:00 +0300
commit81f817e7b453548f748e3e8581c95547d3978400 (patch)
treebd5cc41236bfa98e0e62b5d44416fc1b10e3813a /source/blender/editors/transform/transform.h
parentde6c9352611d564a16fb576549ec2f51de5ba224 (diff)
Fix T72088: Missing header redraw when transform changes snap
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 701e068d3fa..7a68266ce6c 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -581,6 +581,7 @@ typedef struct TransInfo {
void *view;
/** Only valid (non null) during an operator called function. */
struct bContext *context;
+ struct wmMsgBus *mbus;
struct ScrArea *area;
struct ARegion *region;
struct Depsgraph *depsgraph;