1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Prevent whole-word selection to be triggered when selecting multilines.

This commit is contained in:
FellippeHeitor 2016-07-20 01:08:25 -03:00
parent b29c90f293
commit a8d200164e

View file

@ -2455,7 +2455,7 @@ DO
idecx = i
END IF
END IF
ELSEIF ideselect = 1 AND mY <> old.mY THEN
ELSEIF ideselect = 1 AND wholeword.select = -1 AND mY <> old.mY THEN
idemouseselect = 1
wholeword.select = -2
END IF