1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-20 11:54:23 +02:00
ironbar/src/dynamic_value
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
..
dynamic_bool.rs fix(regression): GTK refactor causing updates to be missed 2023-12-31 15:56:41 +00:00
dynamic_string.rs fix(regression): GTK refactor causing updates to be missed 2023-12-31 15:56:41 +00:00
mod.rs feat: support for 'ironvar' dynamic variables 2023-06-29 16:26:54 +01:00