Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :corretto formato parametro della set_heigth


git-svn-id: svn://10.65.10.50/trunk@16765 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-06-16 09:21:10 +00:00
parent e35cee5438
commit 57ef4c1f4c

View File

@ -2500,7 +2500,7 @@ bool TReport::do_message(const TVariant& var, FLDMSG_FUNC msg, void* jolly)
if (msg == do_set_size)
{
const TPoint& pt = *(const TPoint*)jolly;
sec.set_height(pt.y);
sec.set_height(short(pt.y));
}
}
break;