momentarylapse / tsunami

A simple but powerful audio editor
GNU General Public License v3.0
77 stars 4 forks source link

[macOS] Tooltip doesn't resize #23

Open ErinaceusLinnaeus opened 2 weeks ago

ErinaceusLinnaeus commented 2 weeks ago

When hovering over a button in the create-new-track window, sometimes the tooltip doesn't get resized.

Reproduction: Here I hovered over Midi and went straight right. Metronome, Master and Preset used the same size as Midi: 2024-11-11 12 29 59 2024-11-11 12 30 11 2024-11-11 12 30 16

Here I hovered over Audio and then went right: 2024-11-11 12 30 51

Reseting this behaviour by movintg the mouse up or down. Coming to another button not directly from another button that showed its tooltip.

momentarylapse commented 2 weeks ago

Yes, I can confirm this bug also happens for me on MacOS. But it does not seem to happen on linux.

I'm afraid the rendering of those tooltips is completely handled by gtk4. Might be a bug in the library, although I could not find anything online. Or maybe I messed something up. I'll keep an eye out, but no promises.