diff --git a/include/sheet.cpp b/include/sheet.cpp index 7f99079ea..60ef7b58e 100755 --- a/include/sheet.cpp +++ b/include/sheet.cpp @@ -921,7 +921,7 @@ TSheet::TSheet(short x, short y, short dx, short dy, _parked(-1), _sheet(NULL), _select_row(-1) { TQuery_field* qf = new TQuery_field(this); - qf->construct(30883, head, 1, sht_y, sht_y == 0 ? -3 : -2, win(), "", -1); + qf->construct(30883, head, 1, sht_y, -3, win(), "", -1); fields_array().add(qf); _sheet = qf->sheet();