mirror of
https://github.com/mi57730/a2d.git
synced 2025-04-06 04:38:58 +00:00
Fix opening folder/volume via double-clicking. Fixes #146
Broken by recent refactor; icon ptr needed to be saved after lookup.
This commit is contained in:
parent
6304d4789d
commit
74f11c173d
@ -5115,6 +5115,7 @@ no_linked_win:
|
||||
;; Compute the path (will be needed anyway).
|
||||
lda icon_params2
|
||||
jsr icon_entry_lookup
|
||||
stax ptr
|
||||
jsr compose_icon_full_path
|
||||
|
||||
addr_call find_window_for_path, open_dir_path_buf
|
||||
|
Loading…
x
Reference in New Issue
Block a user