Bugfix: [ #857 ] Select/Desel vertex groups doesn't update vertex count in headerbar

This commit is contained in:
Roel Spruit
2004-01-10 20:52:59 +00:00
parent 594f1d1101
commit 94e93c3782

View File

@@ -48,6 +48,8 @@
#include "BIF_editdeform.h"
#include "BIF_toolbox.h"
#include "BSE_edit.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -80,6 +82,7 @@ void sel_verts_defgroup (int select)
default:
break;
}
countall();
}