diff options
| author | ailurux <ailuruxx@gmail.com> | 2023-07-08 16:40:49 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2023-07-08 16:40:49 +1000 |
| commit | d1d4b4a1ab63e9db9c8fc03e1c95fe732c37a0c2 (patch) | |
| tree | af58963da205f4fb3f3083f9fdb35a21127672c1 /src/ui/screen_track_browser.cpp | |
| parent | 22221ae4f66404644ca748d7ce59c0fa5325032d (diff) | |
| download | tangara-fw-d1d4b4a1ab63e9db9c8fc03e1c95fe732c37a0c2.tar.gz | |
Add theme class
Diffstat (limited to 'src/ui/screen_track_browser.cpp')
| -rw-r--r-- | src/ui/screen_track_browser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/screen_track_browser.cpp b/src/ui/screen_track_browser.cpp index 38a361bf..93ca277e 100644 --- a/src/ui/screen_track_browser.cpp +++ b/src/ui/screen_track_browser.cpp @@ -165,7 +165,6 @@ auto TrackBrowser::AddResults(Position pos, text = "[ no data ]"; } lv_obj_t* item = lv_list_add_btn(list_, NULL, text->c_str()); - lv_obj_set_style_bg_color(item, lv_palette_main(LV_PALETTE_BLUE), LV_PART_MAIN | LV_STATE_FOCUSED); lv_obj_add_event_cb(item, item_click_cb, LV_EVENT_CLICKED, this); lv_obj_add_event_cb(item, item_select_cb, LV_EVENT_FOCUSED, this); lv_group_add_obj(group_, item); |
