mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 14:20:05 +00:00
revert r36721, this was not needed after all... chasing a wrong track.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36729 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9cce351940
commit
9fa93b2ea8
@ -3024,10 +3024,6 @@ void GuiView::dispatchToBufferView(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
BufferView * bv = currentBufferView();
|
BufferView * bv = currentBufferView();
|
||||||
LASSERT(bv, /**/);
|
LASSERT(bv, /**/);
|
||||||
|
|
||||||
// Avoid a screen redraw in the middle of a dispatch operation just
|
|
||||||
// because a warning or an error was displayed.
|
|
||||||
setBusy(true);
|
|
||||||
|
|
||||||
// Let the current BufferView dispatch its own actions.
|
// Let the current BufferView dispatch its own actions.
|
||||||
bv->dispatch(cmd, dr);
|
bv->dispatch(cmd, dr);
|
||||||
|
|
||||||
@ -3077,8 +3073,6 @@ void GuiView::dispatchToBufferView(FuncRequest const & cmd, DispatchResult & dr)
|
|||||||
|
|
||||||
dr = bv->cursor().result();
|
dr = bv->cursor().result();
|
||||||
}
|
}
|
||||||
|
|
||||||
setBusy(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user