Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUIX resources typo #115

Open
SIeviN opened this issue Apr 19, 2024 · 0 comments
Open

GUIX resources typo #115

SIeviN opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SIeviN
Copy link

SIeviN commented Apr 19, 2024

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

  1. 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

@SIeviN SIeviN added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant