TooltipPanel new Fade and ShowIcon data properties (PR help please!)
-
I needed to make a couple of small customisations to the TooltipPanel which didn't warrant building a fully custom component.
Here's the PR: https://github.com/christophhart/HISE/pull/799
Fade [boolean] enables or disables fade animation when tooltip appears/disappears.
ShowIcon [boolean] shows or hides the info icon. If false, it removes the text offset too.Both default to true for backwards compatibility.
Thing is, I don't know how to get the new default props showing in the Data section of the UI.
Can anyone help with this?
It works fine when I type them in, but they should appear when the component is added too.

-
@dannytaurus Check this commit, I think it works the same way. I added a default property.
https://github.com/christophhart/HISE/pull/681/commits/82fa3a1b5da881bdd569d12c96df52c1e733d695
-
@d-healey Thanks, will do
