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>2016-02-02 06:06:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-02 06:16:15 +0300
commit3822a9c01aaa70d119b67f7a86a0a17d25eabc93 (patch)
tree71a0785ad0c112827efadc04dfbcb8e1f97374ba /source/blender/editors/interface/interface_intern.h
parent7c04c3c960bc1351433f43aa7e83ff041a2c2cc3 (diff)
Fix T47256: Progress bar doesn't update w/ mouse-over
Diffstat (limited to 'source/blender/editors/interface/interface_intern.h')
-rw-r--r--source/blender/editors/interface/interface_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index 158497b7201..06de5f99769 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -225,6 +225,7 @@ struct uiBut {
* (type == UI_BTYPE_SCROLL) Use as scroll size.
* (type == UI_BTYPE_SEARCH_MENU) Use as number or rows.
* (type == UI_BTYPE_COLOR) Use as indication of color palette
+ * (type == UI_BTYPE_PROGRESS_BAR) Use to store progress (0..1).
*/
float a1;