blissd / fotema

Photo gallery for Linux
29 stars 6 forks source link

Back to bindings, but move bound state flag #46

Closed blissd closed 1 month ago

blissd commented 1 month ago

In my last attempt, the is_bound flag was stored on the RelmGridItem. This was a mistake, as the binding of the thumbnail to the edge_length belongs on the RelmGridItem widget.

Moving the state fixes the problem of thumbnails resizing incorrectly.