[Bf-blender-cvs] [d85d117] master: fix T38721 Vertex Group pop menu (CTRL+G) Set Active Group not updating Vertex Groups Panel

Dalai Felinto noreply at git.blender.org
Wed Feb 19 15:31:59 CET 2014


Commit: d85d117b32523db4c57113ab58b95947edf9c187
Author: Dalai Felinto
Date:   Wed Feb 19 11:29:51 2014 -0300
https://developer.blender.org/rBd85d117b32523db4c57113ab58b95947edf9c187

fix T38721 Vertex Group pop menu (CTRL+G) Set Active Group not updating Vertex Groups Panel

I set ND_VERTEX_GROUP to update the buttons.
Reviewed by: Lukas Toenne

===================================================================

M	source/blender/editors/space_buttons/space_buttons.c

===================================================================

diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index d32be69..ea3f34b 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -311,6 +311,7 @@ static void buttons_area_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *
 			switch (wmn->data) {
 				case ND_SELECT:
 				case ND_DATA:
+				case ND_VERTEX_GROUP:
 					ED_area_tag_redraw(sa);
 					break;
 			}




More information about the Bf-blender-cvs mailing list