From 429b39bc0ce6631e18c58d73d7a662eb174a1a77 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 19 Mar 2013 03:16:07 -0400 Subject: [PATCH] GuiTabular: LC and ED should both be disabled Previously, only columnWidthED was disabled. --- src/frontends/qt4/GuiTabular.cpp | 1 + 1 file changed, 1 insertion(+) 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() -- 2.39.2