mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 09:04:48 +00:00
Remove nonsense assert.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30610 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
93593f8c15
commit
371eb63816
@ -375,7 +375,6 @@ void InsetCollapsable::cursorPos(BufferView const & bv,
|
|||||||
{
|
{
|
||||||
if (geometry(bv) == ButtonOnly)
|
if (geometry(bv) == ButtonOnly)
|
||||||
status_ = Open;
|
status_ = Open;
|
||||||
LASSERT(geometry(bv) != ButtonOnly, /**/);
|
|
||||||
|
|
||||||
InsetText::cursorPos(bv, sl, boundary, x, y);
|
InsetText::cursorPos(bv, sl, boundary, x, y);
|
||||||
Dimension const textdim = InsetText::dimension(bv);
|
Dimension const textdim = InsetText::dimension(bv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user