mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
This is already done by the previous call.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35632 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6a80ce62ca
commit
f0833aa774
@ -182,7 +182,6 @@ bool GuiErrorList::goTo(int item)
|
||||
BufferView * bv = const_cast<BufferView *>(bufferview());
|
||||
// FIXME: If we used an LFUN, we would not need this line:
|
||||
bv->putSelectionAt(dit, range, false);
|
||||
bv->processUpdateFlags(Update::Force | Update::FitCursor);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user