waveform fix 3 and trivial change (#2540)

This commit is contained in:
sommermorgentraum 2025-03-06 00:53:41 +08:00 committed by GitHub
parent e933c8b498
commit ee472e1ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 21 deletions

View file

@ -1011,6 +1011,7 @@ class Waveform : public Widget {
bool show_cursors{false};
bool paused_{false};
bool clickable_{false};
bool if_ever_painted_pause{false}; // for prevent the "hidden" label keeps painting and being expensive
};
class VuMeter : public Widget {