FR: HoverOff State for juce::ImageButton?

I’ve noticed that the DrawableButton seems a bit more fleshed out than the ImageButton. Is there a reason for this?

It would be nice to be able to set the image to show when I hover over the button in its Default state.

I think you can give the DrawableButton DrawableImages to use for the various states.

1 Like

Thanks, I wasn’t aware. Let me have a look.