[Gambas-user] Issue 259 in gambas: When using the transformation matrix, the "Draw.Picture" method without Width and Height draws dot instead picture.
gambas at ...2524...
gambas at ...2524...
Wed Jun 20 21:29:43 CEST 2012
Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 259 by svit... at ...626...: When using the transformation matrix,
the "Draw.Picture" method without Width and Height draws dot instead
picture.
http://code.google.com/p/gambas/issues/detail?id=259
subj
Problem in the "CDRAW_picture" method (trunk/main/lib/draw/CDraw.c):
w = VARGOPT(w, info.width);
h = VARGOPT(h, info.height);
w = VARGOPT(w, -1); // bugfix: remove these two lines
h = VARGOPT(h, -1); //
More information about the User
mailing list