From a7a13b52ee5c02124fce00cd5004c86ffb124039 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Tue, 19 Jul 2016 18:10:58 -0300 Subject: [PATCH] Fix for double-click whole word selection while compiling. --- source/ide/ide_methods.bas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 0aa89acac..a19fd6cc6 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -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