1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

GUI: Fix widget text scroll with 256+ lines [ci skip]

by Willy-JL in OFW PR 4160
This commit is contained in:
MX
2025-03-28 14:05:47 +03:00
parent 17db4dcdac
commit 65b1b943d1

View File

@@ -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;