]> git.lyx.org Git - features.git/commitdiff
Fix cursor navigation in error dialog (#12876)
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 14 Aug 2023 16:44:10 +0000 (18:44 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 14 Aug 2023 16:44:10 +0000 (18:44 +0200)
src/frontends/qt/GuiErrorList.cpp

index e7dc3766f5b3a10192ad732b7efd1b94a36871c7..703c7150a3d00cfdd3d1c81869f39b94036fb4e5 100644 (file)
@@ -67,6 +67,8 @@ GuiErrorList::GuiErrorList(GuiView & lv)
                this, SLOT(viewLog()));
        connect(showAnywayPB, SIGNAL(clicked()),
                this, SLOT(showAnyway()));
+       connect(errorsLW, SIGNAL(itemClicked(QListWidgetItem *)),
+               this, SLOT(select()));
        connect(errorsLW, SIGNAL(currentRowChanged(int)),
                this, SLOT(select()));