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:
authorTon Roosendaal <ton@blender.org>2006-06-27 16:54:16 +0400
committerTon Roosendaal <ton@blender.org>2006-06-27 16:54:16 +0400
commited631ecff6803dbedf7063a5ac989053758189ae (patch)
tree9c5ea0cbdae196cff6a35608b16e97a85c719c6e /source/blender/include/BIF_space.h
parent56bcc1c3bbd2a30b487c2dd228002eeb5d5259a9 (diff)
Bugfix #4502
A subsequent hotkey press like F5 now cycles through the sub-context in buttons. However, this should not happen when clicking on Material icon in outliner!
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index 2f5dbd4fc16..0faaae57028 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -104,7 +104,7 @@ extern void copy_view3d_lock(short val);
extern void drawemptyspace(struct ScrArea *sa, void *spacedata);
extern void drawinfospace(struct ScrArea *sa, void *spacedata);
extern void duplicatespacelist(struct ScrArea *area, struct ListBase *lb1, struct ListBase *lb2);
-extern void extern_set_butspace(int fkey);
+extern void extern_set_butspace(int fkey, int do_cycle);
extern void force_draw(int header);
extern void force_draw_all(int header);
extern void force_draw_plus(int type, int header);