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/toets.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/src/toets.c b/source/blender/src/toets.c
index 0770c05cff5..9c3957a6fab 100644
--- a/source/blender/src/toets.c
+++ b/source/blender/src/toets.c
@@ -684,10 +684,11 @@ int blenderqread(unsigned short event, short val)
break;
case JKEY:
if(textediting==0 && textspace==0) {
-// if(R.rectot && G.qual==0) {
+ /* NEED CHECK FOR RENDER WINDOW HERE */
+ if (G.qual==0) {
BIF_swap_render_rects();
return 0;
-// }
+ }
}
break;