Hi, I try to make the text of the LegendItem label selectable, unfortunately with no luck.
I thought this approach woud do the trick: 1.) Extend LegendItem 2.) override the set label and get label methods 3.) override the createChildren method In the createChildren() method I try to add a Label (made it selectable) to the LegendItem, with the text which is set by the setter for the label. Unfortunately the Label never shows up - anybody knows how to do this right? Thank's rico

