mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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)
|
||||
status_ = Open;
|
||||
LASSERT(geometry(bv) != ButtonOnly, /**/);
|
||||
|
||||
InsetText::cursorPos(bv, sl, boundary, x, y);
|
||||
Dimension const textdim = InsetText::dimension(bv);
|
||||
|
Loading…
Reference in New Issue
Block a user