Skip to content

label: Maintain value for `has-tooltip` for labels with links

Julian Sparber requested to merge jsparber/gtk:fix_tooltip into main

The has-tooltip property gets set to false for label with links if no link is selected. This makes sure to only change the property to true but never to false.

Merge request reports