Refactored the HorizontallyScrollableText struct to handle Unicode strings more uniformly and to not rely on byte boundaries but instead to rely on Unicode char boundaries

This commit is contained in:
2023-08-08 14:15:23 -06:00
parent 218d442694
commit ce12ebd301
7 changed files with 164 additions and 31 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ impl DrawUi for RootFoldersUi {
draw_root_folders,
draw_add_root_folder_prompt_box,
30,
15,
13,
),
ActiveRadarrBlock::DeleteRootFolderPrompt => draw_prompt_popup_over(
f,