raeleus / skin-composer

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

Export to text file in warning dialog crashes skin-composer #110

Closed filipjonckers closed 2 years ago

filipjonckers commented 2 years ago

When pressing the export to text file button in a warning dialog as shown below, skin-composer crashes

image

raeleus commented 2 years ago

I'm having trouble reproducing this. The button is supposed to open a text file in your default text editor. What operating system are you using? Does it give you a crash log? Thanks.

filipjonckers commented 2 years ago

Hi Raeleus, nice work on the composer !

It's on Mac OSX - that might be the issue? No crash log in the same folder...

raeleus commented 2 years ago

Switching to Native File Dialog should resolve this with the next update. Thanks.