Re: Duplicate Dissolve Inset in context menu

2011-06-23 Thread Jean-Pierre Chrétien
Le 23/06/2011 11:34, Jean-Pierre Chrétien a écrit : Hello, With LyX-2.0.1svn, if I open the context menu on a phantom (e.g.), the Dissolve Inset item appears twice. This triggers a shortcut conflict... Here is patch. -- Jean-Pierre --- lib/ui/stdcontext.inc.orig 2011-06-23 17:11:29.0

Re: Duplicate Dissolve Inset in context menu

2011-06-23 Thread Kornel
Am štvrtok 23 Jún 2011 schrieb Jean-Pierre Chrétien: > Kornel lyx.org> writes: > > I would remove it from InsetPhantom context menu in > > stdcontext.inc:194-195. Since the phantom inset is also collapsable, > > this item appears also in > > InsetCollapsable context menu. > > I'm afraid this bre

Re: Duplicate Dissolve Inset in context menu

2011-06-23 Thread Jean-Pierre Chrétien
Kornel lyx.org> writes: > I would remove it from InsetPhantom context menu in stdcontext.inc:194-195. > Since the phantom inset is also collapsable, this item appears also in InsetCollapsable context menu. I'm afraid this breaks the string freeze, unless suppressing a message (which is anyway t

Re: Duplicate Dissolve Inset in context menu

2011-06-23 Thread Kornel
Am štvrtok 23 Jún 2011 schrieb Jean-Pierre Chrétien: > Hello, > > With LyX-2.0.1svn, if I open the context menu on a phantom (e.g.), > the Dissolve Inset item appears twice. This triggers a shortcut > conflict... I would remove it from InsetPhantom context menu in stdcontext.inc:194-195. Since t

Duplicate Dissolve Inset in context menu

2011-06-23 Thread Jean-Pierre Chrétien
Hello, With LyX-2.0.1svn, if I open the context menu on a phantom (e.g.), the Dissolve Inset item appears twice. This triggers a shortcut conflict... -- Jean-Pierre