mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
for some reason, itemSelectionChanged does not trigger in a reliable way and the error descriptions are bogus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26545 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61812bdda1
commit
f3a1cdabe9
@ -41,7 +41,7 @@ GuiErrorList::GuiErrorList(GuiView & lv)
|
||||
|
||||
connect(closePB, SIGNAL(clicked()),
|
||||
this, SLOT(slotClose()));
|
||||
connect(errorsLW, SIGNAL(itemSelectionChanged()),
|
||||
connect(errorsLW, SIGNAL(currentRowChanged(int)),
|
||||
this, SLOT(select()));
|
||||
|
||||
bc().setPolicy(ButtonPolicy::OkCancelPolicy);
|
||||
|
Loading…
Reference in New Issue
Block a user