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
7 changed files with 28 additions and 21 deletions
+1
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 {