Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 259 by svit...@gmail.com: 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); //



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to