iridescent-desktop / hopalong

Simple Wayland compositor based on wlroots
Other
17 stars 4 forks source link

Don't generate a title texture if it's empty #10

Open TheComputerGuy96 opened 1 year ago

TheComputerGuy96 commented 1 year ago

gedit has an empty title for the unsaved changes dialog, which causes an assertion failure and a crash because of 0 width/ height (so skip texture generation if that's the case)

Fixes #6 (?)

All reported bugs should be fixed now :eyes: