Accorciato sheet per far posto all'eventuale scroll bar orizzontale

git-svn-id: svn://10.65.10.50/trunk@4728 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1997-06-20 10:07:51 +00:00
parent 3ea98288ad
commit cd90cfde6a

View File

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