Merge pull request #104 from damib/issue79

Issue79
This commit is contained in:
TT 2020-01-10 00:20:07 +09:00 committed by GitHub
commit 0e59f0a82b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
ui.c
View file

@ -2105,10 +2105,10 @@ ui_process_keypad(void)
if (key >= 0 && keypad_click(key)) if (key >= 0 && keypad_click(key))
/* exit loop on done or cancel */ /* exit loop on done or cancel */
break; break;
else if (key == -2) { // else if (key == -2) {
//xxx; // //xxx;
return; // return;
} // }
} }
} }