mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 14:42:33 -04:00
waveform fix 3 and trivial change (#2540)
This commit is contained in:
parent
e933c8b498
commit
ee472e1ed2
7 changed files with 28 additions and 21 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue