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 (#4160)
Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
@@ -19,8 +19,8 @@ typedef struct {
|
|||||||
uint8_t width;
|
uint8_t width;
|
||||||
uint8_t height;
|
uint8_t height;
|
||||||
FuriString* text;
|
FuriString* text;
|
||||||
uint8_t scroll_pos_total;
|
uint16_t scroll_pos_total;
|
||||||
uint8_t scroll_pos_current;
|
uint16_t scroll_pos_current;
|
||||||
bool text_formatted;
|
bool text_formatted;
|
||||||
} WidgetElementTextScrollModel;
|
} WidgetElementTextScrollModel;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user