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>2019-09-30 18:36:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-30 18:57:51 +0300
commit68c2f7a2d06fa1146f862e4f0959d9aeb60d7456 (patch)
treec95daab71eb127590af9ddc04070d57edb2cecfb /source/blender/windowmanager/WM_types.h
parent6a6ac502f2612f37c294692cee87ccf6875b2eb5 (diff)
Revert "Fix T58683: Reload Scripts breaks toolbar button formatting."
This reverts commit ba90d2efa58fe23a87f98e014bcc02ea951a6a49. This can be resolved without adding a boolean to all operator types to check if it's "WM_OT_tool_set_by_id".
Diffstat (limited to 'source/blender/windowmanager/WM_types.h')
-rw-r--r--source/blender/windowmanager/WM_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/windowmanager/WM_types.h b/source/blender/windowmanager/WM_types.h
index 0cf8b9c89f6..15ad8cbedc4 100644
--- a/source/blender/windowmanager/WM_types.h
+++ b/source/blender/windowmanager/WM_types.h
@@ -773,8 +773,6 @@ typedef struct wmOperatorType {
/** Flag last for padding */
short flag;
- /** Is the operator used by tool buttons, hack for fast checking. */
- bool is_tool_button;
} wmOperatorType;
/**