eclipse-threadx / guix

Eclipse ThreadX GUIX Studio provides a complete, embedded graphical user interface (GUI) library and design environment, facilitating the creation and maintenance of all graphical elements needed by your device.

Home Page:https://github.com/eclipse-threadx/rtos-docs/blob/main/rtos-docs/guix/index.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GUIX resources typo

SIeviN opened this issue · comments

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