mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 17:09:41 +00:00
whitespace only
This commit is contained in:
parent
815e6c9f2f
commit
e495dfb5f7
@ -454,8 +454,8 @@ Inset * InsetCollapsable::editXY(Cursor & cur, int x, int y)
|
|||||||
{
|
{
|
||||||
//lyxerr << "InsetCollapsable: edit xy" << endl;
|
//lyxerr << "InsetCollapsable: edit xy" << endl;
|
||||||
if (geometry(cur.bv()) == ButtonOnly
|
if (geometry(cur.bv()) == ButtonOnly
|
||||||
|| (button_dim.contains(x, y)
|
|| (button_dim.contains(x, y)
|
||||||
&& geometry(cur.bv()) != NoButton))
|
&& geometry(cur.bv()) != NoButton))
|
||||||
return this;
|
return this;
|
||||||
cur.push(*this);
|
cur.push(*this);
|
||||||
return InsetText::editXY(cur, x, y);
|
return InsetText::editXY(cur, x, y);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user