mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-27 06:19:36 +00:00
whitespace only
This commit is contained in:
parent
6ad2edc381
commit
fb90076e90
@ -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…
Reference in New Issue
Block a user