mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +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)
|
||||
{
|
||||
cur.push(*this);
|
||||
return InsetCollapsable::editXY(cur, x, y);
|
||||
// do not allow the cursor to be set in this Inset
|
||||
return Inset::editXY(cur, x, y);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user