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>2008-02-27 17:15:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-27 17:15:14 +0300
commit39b5d41fa686abd8982b935afd74e3218103c02f (patch)
tree13ca82d2ce38bfcdba60f34ba6db100a62e62969 /source/blender/src/toolbox.c
parentd41cbadf7dd355bb3832d70d6fc75e84dceed6f2 (diff)
added missing call to reset teh toolbox - Only effected Python treemenu's
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index e02066f3a3b..bbf991411c4 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -2309,6 +2309,8 @@ void toolbox_generic( TBitem *generic_menu )
event= uiDoBlocks(&tb_listb, 0, 1);
mywinset(curarea->win);
+
+ reset_toolbox();
}
/* save or restore mouse position when entering/exiting menus */