From df4da348364f8f50784f57e9dd14be794c5188b6 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Tue, 16 Feb 2021 07:32:01 +0100 Subject: [PATCH] GuiCitation: Add missing connection --- src/frontends/qt/GuiCitation.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt/GuiCitation.cpp b/src/frontends/qt/GuiCitation.cpp index eed9574904..b60718d383 100644 --- a/src/frontends/qt/GuiCitation.cpp +++ b/src/frontends/qt/GuiCitation.cpp @@ -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()), -- 2.39.2