Juergen Spitzmueller wrote: >> Does the lfun get into the inset's priv_dispatch member function? Add >> some print statements. > > Obviously not. When I open the dialog, "default" is always chosen in the > switch.
I'm willing to debug this, but I need some advice. It is clear that the LFUN does not get into the priv_dispatch of insetfloat (my print statements showed that priv_dispatch reads all rmb clicks as cmd.action "default"). But I have zip idea what is happening between RMB click on the insets button and priv_dispatch i.e. where the thing might break. What is the best debug strategy? Thanks, Jürgen.