diff --git a/source/blender/src/interface.c b/source/blender/src/interface.c index a48eda860de..f914d03562c 100644 --- a/source/blender/src/interface.c +++ b/source/blender/src/interface.c @@ -3359,7 +3359,7 @@ static int ui_do_block(uiBlock *block, uiEvent *uevent) case CKEY: if(uevent->val && (uevent->qual & (LR_CTRLKEY|LR_COMMANDKEY))) { for(but= block->buttons.first; but; but= but->next) { - if(but->type!=LABEL) { + if(but->type!=LABEL && but->type!=ROUNDBOX) { if(but->flag & UI_ACTIVE) { int doit=0;