commit a88f67ac6018e9bb10650ae230a1e3437d3821ae
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Mar 13 10:26:26 2022 +0100

    Fix signal (#12506)
---
 src/frontends/qt/GuiBox.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiBox.cpp b/src/frontends/qt/GuiBox.cpp
index ddd5775..bda71a6 100644
--- a/src/frontends/qt/GuiBox.cpp
+++ b/src/frontends/qt/GuiBox.cpp
@@ -118,7 +118,7 @@ GuiBox::GuiBox(QWidget * parent) : InsetParamsWidget(parent)
        connect(widthED, SIGNAL(textChanged(QString)), this, SIGNAL(changed()));
        connect(widthUnitsLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
                this, SIGNAL(changed()));
-       connect(valignCO, SIGNAL(highlighted(QString)), this, 
SIGNAL(changed()));
+       connect(valignCO, SIGNAL(activated(int)), this, SIGNAL(changed()));
        connect(heightED, SIGNAL(textChanged(QString)), this, 
SIGNAL(changed()));
        connect(heightUnitsLC, SIGNAL(selectionChanged(lyx::Length::UNIT)),
                this, SIGNAL(changed()));
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to