commit defc014306548ed9a4c68c57132eb59ca746f67a
Author: Juergen Spitzmueller <[email protected]>
Date: Tue Jul 8 15:47:52 2025 +0200
Add missing connection
---
src/frontends/qt/GuiTabular.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/frontends/qt/GuiTabular.cpp b/src/frontends/qt/GuiTabular.cpp
index 51bc093f7e..888a74a1de 100644
--- a/src/frontends/qt/GuiTabular.cpp
+++ b/src/frontends/qt/GuiTabular.cpp
@@ -218,6 +218,8 @@ GuiTabular::GuiTabular(QWidget * parent)
this, SLOT(checkEnabled()));
connect(tabularWidthED, SIGNAL(textEdited(const QString &)),
this, SLOT(checkEnabled()));
+ connect(tabularWidthUnitLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
+ this, SLOT(checkEnabled()));
decimalPointED->setValidator(new
QRegularExpressionValidator(QRegularExpression("\\S"), this));
decimalPointED->setMaxLength(1);
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs