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, 2 insertions, 0 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index f261538253c..0da47d05781 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -781,6 +781,8 @@ int blenderqread(unsigned short event, short val)
int a;
double delta, stime;
+ if (event < 0) return 0; /* cancelled by user */
+
waitcursor(1);
stime= PIL_check_seconds_timer();