1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 15:40:24 +00:00

Improves dragging a file onto the IDE when the Open dialog is showing.

This commit is contained in:
FellippeHeitor 2018-07-31 22:08:17 -03:00
parent 9a1b8450aa
commit ce2d3d4a2f

View file

@ -7453,6 +7453,7 @@ FUNCTION ideopen$
IF _TOTALDROPPEDFILES > 0 THEN
idetxt(o(1).txt) = _DROPPEDFILE$(1)
o(1).v1 = LEN(idetxt(o(1).txt))
focus = 1
_FINISHDROP
change = 1
END IF