From: Juergen Spitzmueller Date: Tue, 16 Feb 2021 06:32:01 +0000 (+0100) Subject: GuiCitation: Add missing connection X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=df4da348364f8f50784f57e9dd14be794c5188b6;p=features.git GuiCitation: Add missing connection --- 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()),