Fix bug
This commit is contained in:
@@ -1143,7 +1143,7 @@ bool Worksheet::setRow(const QString &row, double height, Format *format, bool h
|
|||||||
bool ok=true;
|
bool ok=true;
|
||||||
int r = row.toInt(&ok);
|
int r = row.toInt(&ok);
|
||||||
if (ok)
|
if (ok)
|
||||||
return setRow(r, height, format, hidden);
|
return setRow(r-1, height, format, hidden);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user