Fix #20951: move to layer popup hotkeys shift 1..9 were not working correct.

This commit is contained in:
Brecht Van Lommel 2010-02-06 15:29:18 +00:00
parent bd0b26f7bb
commit 4a6c843ec1

@ -5152,7 +5152,7 @@ int ui_handle_menu_event(bContext *C, wmEvent *event, uiPopupBlockHandle *menu,
case ZEROKEY: case PAD0:
if(act==0) act= 10;
if(block->flag & UI_BLOCK_NUMSELECT) {
if((block->flag & UI_BLOCK_NUMSELECT) && event->val==KM_PRESS) {
if(event->alt) act+= 10;
count= 0;