mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Silly mistake.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cee09578e6
commit
f8e11caef7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user