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/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/interface.c b/source/blender/src/interface.c
index 4486f5d9ab0..9e2af1e2e55 100644
--- a/source/blender/src/interface.c
+++ b/source/blender/src/interface.c
@@ -3468,7 +3468,7 @@ static int ui_do_block(uiBlock *block, uiEvent *uevent)
if( (block->flag & UI_BLOCK_LOOP) && but->type==BLOCK);
else
- if(/*but->func ||*/ butevent) retval= UI_RETURN_OK;
+ retval= UI_RETURN_OK; /* event handled, so return */
}
}
}