From: Scott Kostyshak Date: Mon, 22 Dec 2014 00:01:26 +0000 (-0500) Subject: Whitespace X-Git-Tag: 2.2.0alpha1~1440 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=625cea15286f639e7861a22c5354dae258bee3e0;p=features.git Whitespace --- diff --git a/src/insets/InsetCommand.cpp b/src/insets/InsetCommand.cpp index b2fbc69000..3cc8f703c7 100644 --- a/src/insets/InsetCommand.cpp +++ b/src/insets/InsetCommand.cpp @@ -197,7 +197,7 @@ bool InsetCommand::getStatus(Cursor & cur, FuncRequest const & cmd, string const newtype = cmd.getArg(1); status.setEnabled(p_.isCompatibleCommand(p_.code(), newtype)); status.setOnOff(newtype == p_.getCmdName()); - } + } status.setEnabled(true); return true;