2023-05-08
10:13 PM
- last edited on
2023-12-06
05: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 01:39 AM
Perhaps you use array[6] instead of array[4]. Look at your struct
2023-05-09 02:19 AM
:D It's not that problem
2023-05-09 02:20 AM
I've noticed that this bug appears in last struct element
2023-05-09 02:23 AM - edited 2023-11-20 05:59 AM
everywhere same problem
2023-05-09 03:02 AM
Try moving TypedText to the end of struct
2023-05-09 04:57 AM
Same
2023-05-11 02:10 AM
which line Unicode::UnicodeChar is related to "Minimum outdoor temp..."?