]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiTabular.cpp
With xltabular, multi-page tables can have a fixed width
[features.git] / src / frontends / qt4 / GuiTabular.cpp
index 973bba0aab7899d9c4f8a28e5dfc1781f2787270..284bf8776bdb6ff6709dfe9cb63df4ad963de914 100644 (file)
@@ -260,7 +260,7 @@ void GuiTabular::enableWidgets() const
 
        // setting as longtable is not allowed when table is inside a float
        bool const is_tabular_star = !tabularWidthED->text().isEmpty();
-       longTabularCB->setEnabled(!is_tabular_star && funcEnabled(Tabular::SET_LONGTABULAR));
+       longTabularCB->setEnabled(funcEnabled(Tabular::SET_LONGTABULAR));
        bool const longtabular = longTabularCB->isChecked();
        longtableGB->setEnabled(true);
        newpageCB->setEnabled(longtabular);