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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-01 16:23:42 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-01 17:15:07 +0300
commit31b2c4c10a413b93551ba313fd93c77698207216 (patch)
tree5f0cf3d5d4f139c305dc30b4f6c40f7b53a92989 /source/blender/windowmanager/gizmo/WM_gizmo_types.h
parentbbbb5cad319e0e2c853b089cd3e1cbb83b447f67 (diff)
Fix T60289: changing gizmo properties causes excessive redraws
Diffstat (limited to 'source/blender/windowmanager/gizmo/WM_gizmo_types.h')
-rw-r--r--source/blender/windowmanager/gizmo/WM_gizmo_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/windowmanager/gizmo/WM_gizmo_types.h b/source/blender/windowmanager/gizmo/WM_gizmo_types.h
index 68ecdeea936..2b74677a1a2 100644
--- a/source/blender/windowmanager/gizmo/WM_gizmo_types.h
+++ b/source/blender/windowmanager/gizmo/WM_gizmo_types.h
@@ -248,6 +248,9 @@ struct wmGizmo {
struct IDProperty *properties;
+ /** Redraw tag. */
+ bool do_draw;
+
/** Temporary data (assume dirty). */
union {
float f;