mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
* src/BufferView.C: fix typo in comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6152f74317
commit
57609ac606
@ -336,7 +336,7 @@ bool BufferView::multiParSel()
|
||||
bool BufferView::update(Update::flags flags)
|
||||
{
|
||||
// last_inset_ points to the last visited inset. This pointer may become
|
||||
// invalid becuase of keyboard editing. Since all such operations
|
||||
// invalid because of keyboard editing. Since all such operations
|
||||
// causes screen update(), I reset last_inset_ to avoid such a problem.
|
||||
last_inset_ = 0;
|
||||
// This is close to a hot-path.
|
||||
|
Loading…
Reference in New Issue
Block a user