HasEditor called twice


Hello

I created a TIDEComponentEditor for a component and HasEditor is called twice when dbclick the component. Is it normal behavior or not?...I sometimes show dialog and is shown twice.

Hope it helps to solve the posible issue:

DBclick component make a call to TIDEFormDesigner.DoControlDBClick()
then call inherited and then its HasEditor is called in the superclass TAdvCustomFormDesigner.DoControlDblClick 

in the inherited return HasEditor is called again

All the best
ilde