Bugfix #4332
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:
@@ -873,6 +873,7 @@ int blenderqread(unsigned short event, short val)
|
||||
}
|
||||
else if(G.qual==LR_ALTKEY) {
|
||||
write_videoscape_fs();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user