|
|
@ -34,7 +34,7 @@ Screen::Screen() |
|
|
|
|
|
|
|
|
|
|
|
// Disable wrapping by default, since it's confusing and generally makes it
|
|
|
|
// Disable wrapping by default, since it's confusing and generally makes it
|
|
|
|
// harder to navigate quickly.
|
|
|
|
// harder to navigate quickly.
|
|
|
|
lv_group_set_wrap(group_, true); // CUSTOMIZE: enabled - https://codeberg.org/cool-tech-zone/tangara-fw/issues/222
|
|
|
|
lv_group_set_wrap(group_, false); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Screen::~Screen() { |
|
|
|
Screen::~Screen() { |
|
|
|