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

Disable selection when Quick Navigation is used.

Previously, upon clicking the Quick Navigation button, the IDE could accidentally select all lines between the current and the destination line. Such behaviour has been fixed.
This commit is contained in:
FellippeHeitor 2016-04-28 00:09:30 -03:00
parent 9fab4598df
commit c49272e64c
2 changed files with 2 additions and 1 deletions

View file

@ -3,5 +3,5 @@ DIM SHARED BuildNum AS STRING
Version$ = "1.000"
'BuildNum format is YYYYMMDD/id, where id is a ever-increasing
'integer. If you make a change, update the date and increase the id!
BuildNum$ = "20160421/11"
BuildNum$ = "20160428/12"

View file

@ -1132,6 +1132,7 @@ DO
PRINT " " + CHR$(17) + " ";
PCOPY 3, 0
IF mB THEN
ideselect = 0
idecy = QuickNavHistory(QuickNavTotal)
QuickNavTotal = QuickNavTotal - 1
_DELAY .2