redox-os / orbtk

The Rust UI-Toolkit.
MIT License
3.78k stars 188 forks source link

TextBlock does not show up #492

Open ItalicIntegral opened 2 years ago

ItalicIntegral commented 2 years ago

When trying to do the exercises in the orbtk book, I am able to compile the first example orbtk_hello. The window title shows up but the TextBlock contents do not show up. I tried changing the background but that did not resolve the issue. I then tried to use the orbtk_template code. Again, it compiled, title showed up but not the TextBlock.

Screenshot from 2022-10-02 16-32-48 Screenshot from 2022-10-02 16-42-04

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

rzerres commented 2 years ago

Should be fixed with latest develop commits.