mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Fix bug #5446: Cursor gets stuck in InsetInfo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33285 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b7ff36304d
commit
c1c2629ffc
@ -93,8 +93,8 @@ InsetInfo::InsetInfo(Buffer * buf, string const & name)
|
|||||||
|
|
||||||
Inset * InsetInfo::editXY(Cursor & cur, int x, int y)
|
Inset * InsetInfo::editXY(Cursor & cur, int x, int y)
|
||||||
{
|
{
|
||||||
cur.push(*this);
|
// do not allow the cursor to be set in this Inset
|
||||||
return InsetCollapsable::editXY(cur, x, y);
|
return Inset::editXY(cur, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user