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:
parent
378c63aac2
commit
23edcadb96
@ -1510,15 +1510,12 @@ void xvt_dwin_draw_image(WINDOW win, XVT_IMAGE img, const RCT* dest, const RCT*
|
|||||||
{
|
{
|
||||||
CAST_TIMAGE(img, image);
|
CAST_TIMAGE(img, image);
|
||||||
if (image != NULL)
|
if (image != NULL)
|
||||||
{
|
|
||||||
if (xvt_dwin_is_update_needed(win, dest))
|
|
||||||
{
|
{
|
||||||
CAST_DC(win, dc);
|
CAST_DC(win, dc);
|
||||||
const wxRect src = NormalizeRCT(source);
|
const wxRect src = NormalizeRCT(source);
|
||||||
const wxRect dst = NormalizeRCT(dest);
|
const wxRect dst = NormalizeRCT(dest);
|
||||||
DrawImageOnDC(dc, image, dst, src);
|
DrawImageOnDC(dc, image, dst, src);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void xvt_dwin_draw_oval(WINDOW win, const RCT* rctp)
|
void xvt_dwin_draw_oval(WINDOW win, const RCT* rctp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user