mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Remove more inset locking code that apparently we can well be without.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7776 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4f0019dfd7
commit
38deeee705
@ -452,12 +452,6 @@ bool BufferView::lockInset(UpdatableInset * inset)
|
||||
theLockingInset(inset);
|
||||
return true;
|
||||
}
|
||||
if (it->inset->getInsetFromID(id)) {
|
||||
text->setCursorIntern(pit, it->pos);
|
||||
FuncRequest cmd(this, LFUN_INSET_EDIT, "left");
|
||||
it->inset->localDispatch(cmd);
|
||||
return theLockingInset()->lockInsetInInset(this, inset);
|
||||
}
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
@ -1,4 +1,9 @@
|
||||
|
||||
2003-09-16 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
* BufferView.C: remove more locking stuff that apparently doesn't
|
||||
do anything sensible.
|
||||
|
||||
2003-09-16 André Pönitz <poenitz@gmx.net>
|
||||
|
||||
* paragraph.[Ch]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user