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>2013-07-25 16:46:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-25 16:46:20 +0400
commit40d9ab1139984205b5e2d711879252de2d011773 (patch)
treef3941cf38f664aacb49caa8e129d0410b5af1fbe /source/blender/editors/space_buttons
parent62b541faa3566d9f658f3efb5a017e564bb785cf (diff)
add missing break to space-buttons listener, also rewind own recent change (uiPopupBlockHandle.retvec size)
Diffstat (limited to 'source/blender/editors/space_buttons')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 72d7bcd43ce..d32be692558 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -266,6 +266,7 @@ static void buttons_area_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *
break;
case ND_POSE:
buttons_area_redraw(sa, BCONTEXT_DATA);
+ break;
case ND_BONE_ACTIVE:
case ND_BONE_SELECT:
buttons_area_redraw(sa, BCONTEXT_BONE);