1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Prevents ENTER from selecting a disabled menu item.

This commit is contained in:
FellippeHeitor 2018-10-30 01:01:54 -03:00
parent 62599774a1
commit 92c4a15735

View file

@ -4379,7 +4379,7 @@ FUNCTION ide2 (ignore)
'with enter
IF KB = KEY_ENTER THEN
s = r
IF LEFT$(menu$(m, r), 1) <> "~" THEN s = r
END IF
'with hotkey