Skip to content

controls: Don't use visible for hiding text in LegendDelegate

Arjen Hiemstra requested to merge work/ahiemstra/legendtextvisible into master
  • controls: Don't use visible for hiding text in LegendDelegate

An invisible item will not be part of the layout so its width will never be updated, resulting in it remaining invislbe. Instead, hide using opacity so it's still being updated when the layout updates.

Merge request reports

Loading