Coordinates in dcl_PictureBox_DrawRect

Started by velasquez · 2012-07-16 20:52 UTC · 2 replies · SMF topic #1840

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
Attachments
This should be fixed in Alpha 6.
author=owenwengerd link=topic=1840.msg9047#msg9047 date=1342756634 wrote:
This should be fixed in Alpha 6.


This problem was fixed.
Thanks