From 4a7bd7d882257f2555b4a82929f7efa8891172fd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 31 Dec 2011 02:31:14 +0000 Subject: [PATCH] 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) --- harbour/ChangeLog | 5 +++++ harbour/contrib/xhb/xhw32prn.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5dfc9e749b..bf8af6e316 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/xhb/xhw32prn.prg b/harbour/contrib/xhb/xhw32prn.prg index 7d4e4d473d..058706da20 100644 --- a/harbour/contrib/xhb/xhw32prn.prg +++ b/harbour/contrib/xhb/xhw32prn.prg @@ -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