Fixed Ctrl-Shift-F3 to capture the whole screen.

This commit is contained in:
Martin Poirier
2003-11-07 01:51:01 +00:00
parent 1d9f0e1594
commit 71978017cb

View File

@@ -562,7 +562,7 @@ int blenderqread(unsigned short event, short val)
BIF_save_rendered_image();
return 0;
}
else if(G.qual==LR_CTRLKEY) {
else if((G.qual==LR_CTRLKEY)||(G.qual==(LR_CTRLKEY|LR_SHIFTKEY))) {
BIF_screendump();
}
break;