From 0f5cf25e73fb2e789b472317966ff80323dddd75 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Fri, 25 Aug 2023 16:59:39 +1000 Subject: More performance and usability tweaks - pin ui and decoder to opposite cores - disable touch wheel when controls are locked --- src/ui/screen_track_browser.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/screen_track_browser.cpp') diff --git a/src/ui/screen_track_browser.cpp b/src/ui/screen_track_browser.cpp index c534b423..67c47628 100644 --- a/src/ui/screen_track_browser.cpp +++ b/src/ui/screen_track_browser.cpp @@ -177,6 +177,7 @@ auto TrackBrowser::AddResults( text = "[ no data ]"; } lv_obj_t* item = lv_list_add_btn(list_, NULL, text->c_str()); + lv_label_set_long_mode(lv_obj_get_child(item, -1), LV_LABEL_LONG_DOT); 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); -- cgit v1.2.3