From f0833aa7748a78b5c5f1afe40f25ed6bafe27cd6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 13 Oct 2010 18:03:10 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiErrorList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt4/GuiErrorList.cpp b/src/frontends/qt4/GuiErrorList.cpp index 9d1cd938f2..0206025aa2 100644 --- a/src/frontends/qt4/GuiErrorList.cpp +++ b/src/frontends/qt4/GuiErrorList.cpp @@ -182,7 +182,6 @@ bool GuiErrorList::goTo(int item) BufferView * bv = const_cast(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; }