particle/progress-bar: fix ‘where’ tag regression

After implementing support for more mouse buttons (and scrolling), the
‘where’ tag stopped working in the progress-bar.

This patch repairs it.
This commit is contained in:
Daniel Eklöf 2021-08-09 18:21:45 +02:00
parent 3072c2b13f
commit a210d33320
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 18 additions and 24 deletions

View file

@ -26,6 +26,8 @@
* `yambar --backend=wayland` always erroring out with _”yambar was
compiled without the Wayland backend”_.
* Regression: `{where}` tag not being expanded in progress-bar
`on-click` handlers.
### Security