From: Scott Kostyshak Date: Tue, 19 Mar 2013 07:16:07 +0000 (-0400) Subject: GuiTabular: LC and ED should both be disabled X-Git-Tag: 2.1.0beta1~521 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=429b39bc0ce6631e18c58d73d7a662eb174a1a77;p=features.git GuiTabular: LC and ED should both be disabled Previously, only columnWidthED was disabled. --- diff --git a/src/frontends/qt4/GuiTabular.cpp b/src/frontends/qt4/GuiTabular.cpp index 6f4dc06cec..3e2fafccf5 100644 --- a/src/frontends/qt4/GuiTabular.cpp +++ b/src/frontends/qt4/GuiTabular.cpp @@ -204,6 +204,7 @@ void GuiTabular::checkEnabled() // if there is a LaTeX argument, the width and alignment will be overwritten // therefore disable them in this case columnWidthED->setEnabled(specialAlignmentED->text().isEmpty()); + columnWidthUnitLC->setEnabled(specialAlignmentED->text().isEmpty()); // if the column has a width, multirows are always left-aligned // therefore disable hAlignCB in this case hAlignCO->setEnabled(!(multirowCB->isChecked()