> > This patch also adds a context menu to InsetGraphics, with 'Edit' as > > the first item. However, when I try to implement the 'settings' menu > > using LFUN_INSET_SETTINGS, I find that cur.inset() returns InsetText > > when I right click on an InsetGraphics. Even if I can enable > > 'settings' menu as shown in the patch, LFUN_INSET_SETTINGS does not > > work because there is no inset dialog for InsetText. > > Fyi: that doesn't work on my LyX (WinXP) as a right click on the > graphic opens the graphics settings dialog. Right click on the figure > float inset opens a context menu and the float placement dialog. But > in the context menu there is no item to edit the graphics.
Just to make sure, did you apply my patch? Bo