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 552f846038f..5cc23d6914b 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -983,7 +983,7 @@ int blenderqread(unsigned short event, short val)
break;
case XKEY:
- if(textspace==0) {
+ if(textspace==0 && textediting==0) {
if(G.qual==LR_CTRLKEY) {
if(okee("Erase all")) {
strcpy(G.sce, BLI_gethome());