1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 09:20:38 +00:00

Fix for double-click whole word selection while compiling.

This commit is contained in:
FellippeHeitor 2016-07-19 18:10:58 -03:00
parent 3b0b7d0e71
commit a7a13b52ee

View file

@ -125,6 +125,8 @@ STATIC idesystem2.issel AS _BYTE
STATIC idesystem2.sx1 AS LONG
STATIC idesystem2.v1 AS LONG
STATIC AttemptToLoadRecent AS _BYTE
STATIC old.mX, old.mY
STATIC last.TBclick#
CONST idesystem2.w = 20