JakeStanger / ironbar

Customisable Wayland gtk bar written in Rust.
https://crates.io/crates/ironbar
MIT License
640 stars 55 forks source link

fix(popup): incorrect pos when resolution changes #706

Closed JakeStanger closed 3 months ago

JakeStanger commented 3 months ago

Popups will now instantly reposition themselves to be correctly placed on resolution change. This includes orientation and scale changes.

Fixes #610