You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the gui_resources file generation there is a small typo at line 3818 "iamges"
out.Format(_T(" 0x%02x, /* used for transparent iamges*/\n"), m_map->gx_pixelmap_transparent_color);
Please also mention any information which could help others to understand
the problem you're facing:
Which version of Eclipse ThreadX?
noticed in version 5.4.2.9 and the typo is still present in latest
To Reproduce
Open any project in guix studio, and generate the resources files.
Expected behavior
The text should be
out.Format(_T(" 0x%02x, /* used for transparent images*/\n"), m_map->gx_pixelmap_transparent_color);
Impact
absolute minimum
The text was updated successfully, but these errors were encountered:
Describe the bug
In the gui_resources file generation there is a small typo at line 3818 "iamges"
out.Format(_T(" 0x%02x, /* used for transparent iamges*/\n"), m_map->gx_pixelmap_transparent_color);
Please also mention any information which could help others to understand
the problem you're facing:
To Reproduce
Expected behavior
The text should be
out.Format(_T(" 0x%02x, /* used for transparent images*/\n"), m_map->gx_pixelmap_transparent_color);
Impact
absolute minimum
The text was updated successfully, but these errors were encountered: