Fix mouse-picking issue
This commit is contained in:
parent
4430c2eb3d
commit
e5f695d09f
|
@ -52,7 +52,7 @@
|
|||
( name ) "m291 0a
|
||||
( desc ) "Audio 20 "Player 0a
|
||||
( auth ) "By 20 "Linvega 20 "& 20 "d6 0a
|
||||
( date ) "5 20 "Sep 20 "2024 $2
|
||||
( date ) "6 20 "Sep 20 "2024 $2
|
||||
|
||||
%min ( x y -- min ) {
|
||||
LTHk [ JMP SWP POP ] }
|
||||
|
@ -343,7 +343,7 @@
|
|||
|
||||
@<y-id> ( y* -- id )
|
||||
[ LIT2 00 -playing ] LDZ EQU ?{ #0080 SUB2 }
|
||||
#0018 SUB2 #04 SFT2 NIP .selection/scroll LDZ ADD JMP2r
|
||||
#0018 SUB2 #04 SFT2 NIP #17 min .selection/scroll LDZ ADD JMP2r
|
||||
|
||||
@<refresh-dir> ( -- )
|
||||
;path .File/name DEO2
|
||||
|
|
Loading…
Reference in New Issue