Cazzatina
git-svn-id: svn://10.65.10.50/trunk@2297 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
70c3e5a7bc
commit
c27b2559ca
@ -2521,7 +2521,7 @@ TForm_item& TPrint_section::find_field(short id) const
|
||||
TForm_item& f = field(i);
|
||||
if (f.id() == id) return f;
|
||||
}
|
||||
yesnofatal_box("Can't find item whit id %d", id);
|
||||
yesnofatal_box("Can't find item with id %d", id);
|
||||
return field(0);
|
||||
}
|
||||
|
||||
@ -3017,7 +3017,8 @@ bool TForm::genera_fincatura(pagetype p, int y1, int y2, int* rows)
|
||||
|
||||
if (x < start) start = x;
|
||||
if (x > end) { end = x; wlast = f.width(); }
|
||||
cols[j++] = x;
|
||||
if (!f.finkl())
|
||||
cols[j++] = x;
|
||||
}
|
||||
|
||||
// inner lines
|
||||
|
Loading…
x
Reference in New Issue
Block a user