When adding filtering I used the `icon-press` signal but Geany uses `icon-release` for the callback - the first patch switches to using the `icon-release` signal.
The second patch grabs focus of the entry after clearing the entry similarly to other entries in Geany. Fixes https://github.com/geany/geany/issues/4441. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4461 -- Commit Summary -- * Clear document and symbol filter in icon-release callback * Grab focus of symbols and documents filter entry when clearing -- File Changes -- M data/geany.glade (4) M src/callbacks.c (10) M src/callbacks.h (4) -- Patch Links -- https://github.com/geany/geany/pull/4461.patch https://github.com/geany/geany/pull/4461.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4461 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/[email protected]>
