From: Scott Kostyshak Date: Sun, 18 May 2014 08:29:59 +0000 (-0400) Subject: Add comment X-Git-Tag: 2.2.0alpha1~1941 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=10df612191d8ce7bb6af886eadd92e01f30eb5e0;p=features.git Add comment --- diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index 08d7e82a03..6fab7f0e16 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -246,8 +246,10 @@ bool InsetGraphics::getStatus(Cursor & cur, FuncRequest const & cmd, { switch (cmd.action()) { case LFUN_INSET_MODIFY: - if (cmd.getArg(0) != "graphics") + if (cmd.getArg(0) != "graphics") { + // fall through return Inset::getStatus(cur, cmd, flag); + } case LFUN_INSET_EDIT: case LFUN_INSET_DIALOG_UPDATE: case LFUN_GRAPHICS_RELOAD: