Pressing ALT+W (save videoscape) in editmode gave error menu, but then the
Specials menu. Had to add a 'return 0'. Year zero bug...
This commit is contained in:
Ton Roosendaal
2006-06-16 09:28:51 +00:00
parent cf9e420ad3
commit e7b0f1f071

View File

@@ -873,6 +873,7 @@ int blenderqread(unsigned short event, short val)
}
else if(G.qual==LR_ALTKEY) {
write_videoscape_fs();
return 0;
}
}
break;