mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Correct my previous comment (thanks Kornel)
This commit is contained in:
parent
b3b6fc643d
commit
d863a76f45
@ -246,10 +246,9 @@ bool InsetGraphics::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
{
|
{
|
||||||
switch (cmd.action()) {
|
switch (cmd.action()) {
|
||||||
case LFUN_INSET_MODIFY:
|
case LFUN_INSET_MODIFY:
|
||||||
if (cmd.getArg(0) != "graphics") {
|
if (cmd.getArg(0) != "graphics")
|
||||||
// fall through
|
|
||||||
return Inset::getStatus(cur, cmd, flag);
|
return Inset::getStatus(cur, cmd, flag);
|
||||||
}
|
// fall through
|
||||||
case LFUN_INSET_EDIT:
|
case LFUN_INSET_EDIT:
|
||||||
case LFUN_INSET_DIALOG_UPDATE:
|
case LFUN_INSET_DIALOG_UPDATE:
|
||||||
case LFUN_GRAPHICS_RELOAD:
|
case LFUN_GRAPHICS_RELOAD:
|
||||||
|
Loading…
Reference in New Issue
Block a user