X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiCitation.cpp;h=1135d54aa4f5e14f102836cb082cff725c76daf4;hb=ba76bf5eb85db5a10839fccee3430d906d3f7b70;hp=5b668f0b34c337c6c8537a21869f104924be2ed5;hpb=14d7b574870c324508a2eaae5019fece2e5f7cee;p=lyx.git diff --git a/src/frontends/qt4/GuiCitation.cpp b/src/frontends/qt4/GuiCitation.cpp index 5b668f0b34..1135d54aa4 100644 --- a/src/frontends/qt4/GuiCitation.cpp +++ b/src/frontends/qt4/GuiCitation.cpp @@ -119,7 +119,7 @@ void GuiCitation::closeEvent(QCloseEvent * e) { clearSelection(); clearParams(); - GuiDialog::closeEvent(e); + e->accept(); }