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>2017-11-02 16:22:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-02 16:27:29 +0300
commit6355d98267963984160b7cae212d0353b6846a7d (patch)
tree758e507b31fdc0625ed1c6bffaa6bbdba290e747 /source/blender/editors/include
parent5cb873068920aad7be92439c69e75c553edff4b5 (diff)
UI: free up bit in uiBut.flag
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index a4720aa8b83..1482937d6a0 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -155,7 +155,7 @@ enum {
/* but->flag - general state flags. */
enum {
- /* warning, the first 6 flags are internal */
+ /* warning, the first 5 flags are internal */
UI_BUT_ICON_SUBMENU = (1 << 6),
UI_BUT_ICON_PREVIEW = (1 << 7),