2012-12-28 13:59 UTC+0100 Viktor Szakats (harbour syenar.net)

* src/rtl/teditor.prg
    ! fix to fix (code was copied in from 3.0.0)
This commit is contained in:
Viktor Szakats
2012-12-28 13:00:13 +00:00
parent f0a8564e4d
commit aedffc307b
2 changed files with 6 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2012-12-28 13:59 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/teditor.prg
! fix to fix (code was copied in from 3.0.0)
2012-12-28 13:03 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/teditor.prg
! fixed a regression from 2012-11-14 04:49 UTC+0100, caused

View File

@@ -1013,10 +1013,10 @@ METHOD New( cString, nTop, nLeft, nBottom, nRight, lEditMode, nLineLength, nTabS
hb_default( @nWndRow , 0 )
hb_default( @nWndCol , 0 )
IF ! ISNUMBER( nLineLength )
IF ! HB_ISNUMBER( nLineLength )
nLineLength := NIL
ENDIF
IF ! ISNUMBER( nTabSize )
IF ! HB_ISNUMBER( nTabSize )
nTabSize := NIL
ENDIF