whitespace only

This commit is contained in:
Jean-Marc Lasgouttes 2016-02-03 10:42:01 +01:00
parent 6ad2edc381
commit fb90076e90
2 changed files with 11 additions and 11 deletions

View File

@ -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);