fix highlighting everything on strchoice page left/right

This commit is contained in:
2025-09-01 12:03:36 -05:00
parent f02fd69e8d
commit cb2b495b76

View File

@@ -256,6 +256,7 @@ void cStringChoice::clearHighlights() {
bool cStringChoice::highlightSearch() {
bool match_on_page = false;
if(search_str.empty()) return false;
for(int offset = 0; offset < per_page; ++offset){
std::string led_id = "led" + std::to_string(offset + 1);