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
This commit is contained in:
Dalai Felinto 2014-02-19 11:29:51 -03:00
parent a938640036
commit d85d117b32
Notes: blender-bot 2023-02-14 11:09:46 +01:00
Referenced by issue #38721, Vertex Group pop menu (CTRL+G) Set Active Group not updating Vertex Groups Panel
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}