PR: Add LookAndFeel method to specify the applied effect on BubbleComponent

The effect applied to a BubbleComponent (currently a DropShadowEffect) is a graphic choice and should not be imposed by the framework. It’d be nice if this decision could be let to the user, like, e.g.:

Thanks!

Gentle bump, as I think drop shadows, in their current implementation, also have a non-negligible performance impact, so it would be fair to be able to choose to use them or not. Thanks!

1 Like

Hi @anthony-nicholls, may I ask your feedback about this? Thanks!

@mathieudemange I’ve got something in the pipeline for this, with any luck I’ll have it merged today.

Thanks.

1 Like

@mathieudemange sorry for the wait on this.

See how you get on with this.

I went for a slightly different approach to what you have and what’s in the Slider as ownership of the Effect wasn’t clear. Let me know how you get on with it.

Thanks.

1 Like

Hey @anthony-nicholls, thank you very much! Works like a charm that way too, of course! :pray:

1 Like