HI
I have a PictureBox and width = 125 height = 36.
See the difference dcl_PictureBox_DrawRect that appears in the latest version of OpenDCL.
;;;Desenha a moldura do retangulo
(dcl_PictureBox_DrawRect
dc_MainMenu_cBarMax_ExFontes
;;; (list (list 0 0 124 35 0)) ;_ 6.0.2.5
(list (list 0 0 123 34 0)) ;_ 7.0.0.5
) ;_ fim de dcl_PictureBox_DrawRect
Thanks
velasquez
This should be fixed in Alpha 6.
Quote from: owenwengerd on July 19, 2012, 08:57:14 PM
This should be fixed in Alpha 6.
This problem was fixed.
Thanks