BUGFIX #79: Numpad editor freeze

There code was exiting from ui_process_keypad without redrawing and switching ui_mode.
pull/104/head
Damiano Bortolato 6 years ago
parent 6a88f8ed8f
commit aa503ceb96

@ -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;
} // }
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.