Skip to content

treeview: Don't show empty tooltips

Emmanuele Bassi requested to merge issue-1681 into gtk-3-24

If the column used for the GtkTreeView:tooltip-column contains NULL we're already skipping a tooltip; let's ignore empty strings as well, as an empty tooltip is pretty much pointless.

Close #1681 (closed)

Merge request reports