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