commit 10df612191d8ce7bb6af886eadd92e01f30eb5e0
Author: Scott Kostyshak <[email protected]>
Date: Sun May 18 04:29:59 2014 -0400
Add comment
diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp
index 08d7e82..6fab7f0 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: