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

Properly shows the status message after the menu item is chosen (ctrlk)

This commit is contained in:
FellippeHeitor 2021-01-01 21:32:56 -03:00
parent 92247e796e
commit 11293bb324

View file

@ -4884,6 +4884,7 @@ FUNCTION ide2 (ignore)
END IF
IF menu$(m, s) = "Insert #Quick Keycode... Ctrl+K" THEN
PCOPY 3, 0: SCREEN , , 3, 0
ideQuickKeycode:
COLOR 7, 1: LOCATE idewy - 3, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 2, 2: PRINT SPACE$(idewx - 2);: LOCATE idewy - 1, 2: PRINT SPACE$(idewx - 2); 'clear status window
LOCATE idewy - 3, 2