Skip to content

Commit

Permalink
Merge pull request #92 from lehitoskin/tag-filter-focus
Browse files Browse the repository at this point in the history
Resolve #87
  • Loading branch information
IonoclastBrigham authored Aug 25, 2018
2 parents c749fe8 + b9cbe95 commit 486b8cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tag-browser.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,9 @@
(update-tag-browser)
(unless (send browser-frame is-shown?)
(send browser-frame center 'both)
(send tag-filter-tfield focus)
; select filter contents on-show
(let ([txt (send tag-filter-tfield get-editor)])
(send txt move-position 'home)
(send txt move-position 'end #t))
(send browser-frame show #t)))

0 comments on commit 486b8cf

Please sign in to comment.