1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-20 11:54:23 +02:00
ironbar/src/image
Jake Stanger b4d75450ac
fix(regression): GTK refactor causing updates to be missed
Regression introduced by recent GTK refactor.

The `glib_recv` macros  previously using the passed in expression as the receiver, which was causing a new receiver to be created *every* time an event was received. This caused some peculiar behaviours where some events just never got through if sent too close to each other.

This was most obvious in the `workspaces` module.

Fixes #381
2023-12-31 15:56:41 +00:00
..
gtk.rs fix(image): using fallback in places it shouldn't 2023-07-26 21:49:45 +01:00
mod.rs feat: new clipboard manager module 2023-02-26 13:42:53 +00:00
provider.rs fix(regression): GTK refactor causing updates to be missed 2023-12-31 15:56:41 +00:00