mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
GUI: Fix widget text scroll with 256+ lines
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user