From 39b5d41fa686abd8982b935afd74e3218103c02f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 27 Feb 2008 14:15:14 +0000 Subject: [PATCH] added missing call to reset teh toolbox - Only effected Python treemenu's --- source/blender/src/toolbox.c | 2 ++ 1 file changed, 2 insertions(+) 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 */