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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-04-16 19:45:30 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-16 19:45:30 +0400
commit51cb077f1600b2394a071117346e9a75b481e71b (patch)
tree380b311e7588dd63de892df3b807aa4df6cc779a /source
parentc458e051d37784bc13e7b7452b266bab58ea31a2 (diff)
add missing call to flush selection on selecting manifold geometry.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/mesh/editmesh_select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c
index 3e4ba77c677..f245aa1de72 100644
--- a/source/blender/editors/mesh/editmesh_select.c
+++ b/source/blender/editors/mesh/editmesh_select.c
@@ -3196,6 +3196,8 @@ static int edbm_select_non_manifold_exec(bContext *C, wmOperator *op)
WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit->data);
+ EDBM_selectmode_flush(em);
+
return OPERATOR_FINISHED;
}