This commit is contained in:
Willy-JL
2024-03-20 22:17:27 +00:00
parent fec247882e
commit f3a31eeca0

View File

@@ -580,7 +580,7 @@ void elements_scrollable_text_line(
int32_t x,
int32_t y,
size_t width,
const char* string,
FuriString* string,
size_t scroll,
bool ellipsis) {
furi_check(canvas);