]> git.lyx.org Git - features.git/commitdiff
Add comment
authorScott Kostyshak <skostysh@lyx.org>
Sun, 18 May 2014 08:29:59 +0000 (04:29 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 18 May 2014 08:29:59 +0000 (04:29 -0400)
src/insets/InsetGraphics.cpp

index 08d7e82a035328f526337cdf385aae00629ce4d3..6fab7f0e16c20317aed81f6e4bc98cd20d86bacf 100644 (file)
@@ -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: