Skip to content

Commit

Permalink
Fix opening folder/volume via double-clicking. Fixes #146
Browse files Browse the repository at this point in the history
Broken by recent refactor; icon ptr needed to be saved after lookup.
  • Loading branch information
inexorabletash committed Apr 4, 2019
1 parent 6304d47 commit 74f11c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/desktop_main.s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74f11c1

Please sign in to comment.