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:
-rw-r--r--source/blender/src/space.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 3e7d5407f8a..6be21795b42 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -1383,7 +1383,8 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
break;
case GKEY:
- if(G.qual & LR_CTRLKEY) group_operation_with_menu();
+ if(G.qual == LR_CTRLKEY)
+ group_operation_with_menu();
else if((G.qual==LR_SHIFTKEY))
if(G.obedit) {
if(G.obedit->type==OB_MESH)