Bug/big frequency (#3247)

* fix(ui): BigFrequency ignores set_dirty() when frequency is unchanged

paint() gated its entire body behind a frequency-changed check (_previous_frequency cache), so calling set_dirty() without changing the value (e.g. forcing a repaint after a style/theme change) silently did nothing. Moved the change check into set() instead, so paint() always redraws when called and set_dirty() behaves as expected.

* accidental deletion
This commit is contained in:
Matej Sochan
2026-08-19 05:57:38 +02:00
committed by GitHub
parent ea40e3a46d
commit 6dadefe86f

Diff Content Not Available