From: Richard Heck Date: Sun, 3 Feb 2008 07:46:45 +0000 (+0000) Subject: Silly mistake. X-Git-Tag: 1.6.10~6472 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f8e11caef7857732e99af10d9f4bef19a9a3763a;p=features.git Silly mistake. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22759 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 6e873a7d75..5c9b20033e 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -618,7 +618,7 @@ bool GuiView::focusNextPrevChild(bool /*next*/) void GuiView::setBusy(bool busy) { if (d.current_work_area_) { - d.current_work_area_->setUpdatesEnabled(busy); + d.current_work_area_->setUpdatesEnabled(!busy); if (busy) d.current_work_area_->stopBlinkingCursor(); else