guix icon indicating copy to clipboard operation
guix copied to clipboard

GUIX resources typo

Open SIeviN opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Apr 19 '24 15:04 SIeviN