GUI: Fix widget text scroll with 256+ lines

This commit is contained in:
Willy-JL
2025-03-26 07:37:43 +00:00
parent 02dedd60f3
commit d02f13bef1
@@ -19,8 +19,8 @@ typedef struct {
uint8_t width;
uint8_t height;
FuriString* text;
uint8_t scroll_pos_total;
uint8_t scroll_pos_current;
uint16_t scroll_pos_total;
uint16_t scroll_pos_current;
bool text_formatted;
} WidgetElementTextScrollModel;