]> git.lyx.org Git - features.git/commitdiff
Silly mistake.
authorRichard Heck <rgheck@comcast.net>
Sun, 3 Feb 2008 07:46:45 +0000 (07:46 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 3 Feb 2008 07:46:45 +0000 (07:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22759 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 6e873a7d75c217ce3246d985464791498eaf7164..5c9b20033e2468b64d8e6d23040dbe1a5d15b559 100644 (file)
@@ -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