Patch level : 10.0 308

Files correlati     : ve1.exe
Ricompilazione Demo : [ ]
Commento            :
0001331: anteprima fattura iva per cassa
Scorrendo l'anteprima verso destra produce l'effetto visibile nell'allegato e che non provo neppure a descrivere.


git-svn-id: svn://10.65.10.50/trunk@18897 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2009-05-21 09:47:13 +00:00
parent 378c63aac2
commit 23edcadb96

View File

@ -1511,13 +1511,10 @@ void xvt_dwin_draw_image(WINDOW win, XVT_IMAGE img, const RCT* dest, const RCT*
CAST_TIMAGE(img, image);
if (image != NULL)
{
if (xvt_dwin_is_update_needed(win, dest))
{
CAST_DC(win, dc);
const wxRect src = NormalizeRCT(source);
const wxRect dst = NormalizeRCT(dest);
DrawImageOnDC(dc, image, dst, src);
}
CAST_DC(win, dc);
const wxRect src = NormalizeRCT(source);
const wxRect dst = NormalizeRCT(dest);
DrawImageOnDC(dc, image, dst, src);
}
}