2011-12-31 03:30 UTC+0100 Viktor Szakats (harbour syenar.hu)

* contrib/xhb/xhw32prn.prg
    ! fixed typo in ::TEXTATFONT() to pass vertical alignment parameter.
      (checkme)
This commit is contained in:
Viktor Szakats
2011-12-31 02:31:14 +00:00
parent 2421162fb1
commit 4a7bd7d882
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-12-31 03:30 UTC+0100 Viktor Szakats (harbour syenar.hu)
* contrib/xhb/xhw32prn.prg
! fixed typo in ::TEXTATFONT() to pass vertical alignment parameter.
(checkme)
2011-12-30 13:15 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/ChangeLog
! fixed typo in file name in my previous commit.

View File

@@ -127,7 +127,7 @@ METHOD TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ;
RETURN ::WIN_PRN:TextAtFont( nPosX, nPosY, cString, cFont, nPointSize, ;
nWidth, nBold, lUnderLine, lItalic, lNewLine, ;
lUpdatePosX, nColor, nAlignHori, ;
lUpdatePosX, nColor,
HB_BITOR( nAlignHori, nAlignVert ) )
CREATE CLASS Win32Bmp FROM WIN_BMP