ImpulseAdventure / GUIslice-Builder

Cross-platform drag & drop GUI builder for GUIslice
Other
166 stars 35 forks source link

Wrong text colour of text label #106

Closed MVogtDD closed 4 years ago

MVogtDD commented 4 years ago

When the frame is enabled for a Text object, the Frame colour is used as text colour instead of the text colour in the builder. The code however is correctly generated.

Best regards, Marcus

Pconti31 commented 4 years ago

This is actually an issue for GUIslice API not the Builder. (I don't have write access to API source code or the repository). You might want to close it here and open a new one inside GUIslice repository so it doesn't get lost. Also don't forget to say its a Teensy ILI9341_t3 driver with the issue. Paul--

ImpulseAdventure commented 4 years ago

No need to close the issue as I can transfer it.

Could you try the following so I can take a look:

Thx

MVogtDD commented 4 years ago

Sorry I think you misunderstood me. It is a builder issue, not a GUISLICE issue.

Please do the following to reproduce the error:

  1. Place a text element
  2. Enable "frame" ==> The text colour preview changes from yellow to grey (it should stay yellow).
Pconti31 commented 4 years ago

@MVogtDD I reproduced the problem and assigned bug #183. The fix will be in hotfix 015.b004 Paul--