Does a ParamWidget know if its context menu is actually displayed on screen?

Inside a ParamWidget (e.g. Knob), is there a way to get notified about if actually the context menu is shown?

Unfortunately createContextMenu() can’t be overriden.

Only by a workaround. This does something different but it should get you on track:

Thanks! This works fine. :+1: