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:
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_ops.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index 30ded60bd84..71bf6a1946a 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -2716,10 +2716,12 @@ static int uv_mouse_select_multi(bContext *C,
/* before bmesh */
#if 0
if (ts->selectmode != SCE_SELECT_FACE) {
- if (flush == 1)
+ if (flush == 1) {
EDBM_select_flush(em);
- else if (flush == -1)
+ }
+ else if (flush == -1) {
EDBM_deselect_flush(em);
+ }
}
#else
if (flush != 0) {