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

Minor fix to whole word selection (double-click).

Variable wholeword.select failed to be reset properly before.
This commit is contained in:
FellippeHeitor 2016-07-20 00:25:42 -03:00
parent 01d3e06d73
commit b29c90f293

View file

@ -2455,7 +2455,7 @@ DO
idecx = i
END IF
END IF
ELSEIF mY <> old.mY THEN
ELSEIF ideselect = 1 AND mY <> old.mY THEN
idemouseselect = 1
wholeword.select = -2
END IF
@ -2500,6 +2500,7 @@ DO
IF idecy > iden THEN idecy = iden
ideselect = 1: ideselectx1 = idecx: ideselecty1 = idecy
idemouseselect = 1
wholeword.select = 0
end if
END IF
END IF