mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix cursor navigation in error dialog (#12876)
This commit is contained in:
parent
b354404382
commit
f050fd9626
@ -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()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user