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/editaction.c')
-rw-r--r--source/blender/src/editaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editaction.c b/source/blender/src/editaction.c
index 45f9b850595..bed71e1a398 100644
--- a/source/blender/src/editaction.c
+++ b/source/blender/src/editaction.c
@@ -2470,6 +2470,7 @@ void winqreadactionspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
force_draw_plus(SPACE_IPO, 1);
force_draw_plus(SPACE_BUTS, 1);
}
+ else PIL_sleep_ms(30);
} while(get_mbut() & mousebut);
}