Add comment

This commit is contained in:
Scott Kostyshak 2014-05-18 04:29:59 -04:00
parent 4bd0941b4f
commit 10df612191

View 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: