2023-05-08
10:13 PM
- last edited on
2023-12-06
5:01 AM
by
Laurids_PETERSE
In model.hpp I create struct of unicodechar elements and update them in to view screen. But sometimes I faced with this bug. In struct I define like this:
but in view screen I get:
When I write in array :
In the last element Y4 I get random value:
Maybe someone have this bug and solved it?
2023-05-09 1:39 AM
Perhaps you use array[6] instead of array[4]. Look at your struct
2023-05-09 2:19 AM
:D It's not that problem
2023-05-09 2:20 AM
I've noticed that this bug appears in last struct element
2023-05-09 2:23 AM - edited 2023-11-20 5:59 AM
everywhere same problem
2023-05-09 3:02 AM
Try moving TypedText to the end of struct
2023-05-09 4:57 AM
Same
2023-05-11 2:10 AM
which line Unicode::UnicodeChar is related to "Minimum outdoor temp..."?