]> git.lyx.org Git - features.git/commitdiff
GuiCitation: Add missing connection
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 06:32:01 +0000 (07:32 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 06:32:01 +0000 (07:32 +0100)
src/frontends/qt/GuiCitation.cpp

index eed9574904570033681cc6c167bfbaa4c977342c..b60718d3838277cd3c6be721b2380d20abd87c55 100644 (file)
@@ -143,6 +143,8 @@ GuiCitation::GuiCitation(GuiView & lv)
                        addPB, deletePB, upPB, downPB, &available_model_, &selected_model_, 1);
        connect(selectionManager, SIGNAL(selectionChanged()),
                this, SLOT(setCitedKeys()));
+       connect(selectionManager, SIGNAL(updateHook()),
+               this, SLOT(setCitedKeys()));
        connect(selectionManager, SIGNAL(updateHook()),
                this, SLOT(updateControls()));
        connect(selectionManager, SIGNAL(okHook()),