Skip to content

Commit

Permalink
Update src/others/file_explorer/lv_file_explorer.c
Browse files Browse the repository at this point in the history
Co-authored-by: Liam <[email protected]>
  • Loading branch information
C47D and liamHowatt authored Oct 22, 2024
1 parent 1c1b79d commit 306c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/others/file_explorer/lv_file_explorer.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static void browser_file_event_handler(lv_event_t * e)
lv_table_get_selected_cell(explorer->file_table, &row, &col);
selected_text = lv_table_get_cell_value(explorer->file_table, row, col);

selected_text = selected_text + 5; // skip table cell format
selected_text = selected_text + 5; /* skip table cell format */

/* Three navigation modes are supported:
* - Navigate to current directory
Expand Down

0 comments on commit 306c771

Please sign in to comment.