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/src/toets.c')
-rw-r--r--source/blender/src/toets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 4f47206006e..b6f0e90ad1a 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -729,7 +729,7 @@ int blenderqread(unsigned short event, short val)
}
break;
case IKEY:
- if(textediting==0 && textspace==0 && curarea->spacetype!=SPACE_FILE && curarea->spacetype!=SPACE_IMASEL) {
+ if(textediting==0 && textspace==0 && !ELEM3(curarea->spacetype, SPACE_FILE, SPACE_IMASEL, SPACE_NODE)) {
if(G.qual==0) {
common_insertkey();
return 0;