spectrum cursor opt again (#2634)

* spectrum cursor opt

* fmt

* remove blink

* remove End event

* cleanup
This commit is contained in:
sommermorgentraum 2025-04-22 21:14:31 +08:00 committed by GitHub
parent 9aff3f4121
commit de3212cba5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 23 deletions

View file

@ -91,9 +91,6 @@ class FrequencyScale : public Widget {
private:
static constexpr int filter_band_height = 4;
void on_tick_second();
bool _blink{false};
int32_t cursor_position{0};
SignalToken signal_token_tick_second{};
int spectrum_sampling_rate{0};