1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 13:50:36 +00:00

Reset KCTRL and KCONTROL values after quick key

This commit is contained in:
SteveMcNeill 2020-12-31 08:24:50 -05:00
parent 2310ce9287
commit a65e7fb910

View file

@ -4914,6 +4914,7 @@ FUNCTION ide2 (ignore)
idechangemade = 1
PCOPY 3, 0: SCREEN , , 3, 0: idewait4mous: idewait4alt
retval = 1
KCTRL = 0: KCONTROL = 0
GOSUB redrawItAll
GOTO ideloop
END IF