Skip to content

GUIX resources typo #115

@SIeviN

Description

@SIeviN

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions