Silly mistake.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-02-03 07:46:45 +00:00
parent cee09578e6
commit f8e11caef7

View File

@ -618,7 +618,7 @@ bool GuiView::focusNextPrevChild(bool /*next*/)
void GuiView::setBusy(bool busy) void GuiView::setBusy(bool busy)
{ {
if (d.current_work_area_) { if (d.current_work_area_) {
d.current_work_area_->setUpdatesEnabled(busy); d.current_work_area_->setUpdatesEnabled(!busy);
if (busy) if (busy)
d.current_work_area_->stopBlinkingCursor(); d.current_work_area_->stopBlinkingCursor();
else else