raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

Update to 1.11.0, fix TextTooltip. #121

Closed tommyettinger closed 2 years ago

tommyettinger commented 2 years ago

There's some sort of huge-width bug in 1.11.0 relating to Tooltip, TooltipManager, or just TextTooltip. I brought back the working width-setting code from 1.10.0, and it's in Main.fixTooltip(). It is called in a lot of places now... On the plus side, this is the only bug I've encountered so far, and it doesn't affect libGDX's UITest, so it hopefully can be worked around in most cases.

raeleus commented 2 years ago

Thank you so much! This is a great fix. Now to fix libGDX...