wrong editor settings from wrong project...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25460 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-07-06 10:56:47 +00:00
parent 6ee64a4812
commit 7934e9c224

View File

@ -121,7 +121,7 @@ bool GuiErrorList::goTo(int item)
bufferview()->putSelectionAt(dit, range, false);
// FIXME: If we used an LFUN, we would not need this line:
bufferview()->processUpdateFlags(Update::Force | Update::FitCursor);
return true;
return true;
}