2012-12-28 14:01 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rtl/teditor.prg
! fix to fix to fix. I'd appreciate if someone else
would continue the work on Harbour.
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-12-28 14:01 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* src/rtl/teditor.prg
|
||||
! fix to fix to fix. I'd appreciate if someone else
|
||||
would continue the work on Harbour.
|
||||
|
||||
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)
|
||||
|
||||
@@ -1013,10 +1013,10 @@ METHOD New( cString, nTop, nLeft, nBottom, nRight, lEditMode, nLineLength, nTabS
|
||||
hb_default( @nWndRow , 0 )
|
||||
hb_default( @nWndCol , 0 )
|
||||
|
||||
IF ! HB_ISNUMBER( nLineLength )
|
||||
IF ! HB_ISNUMERIC( nLineLength )
|
||||
nLineLength := NIL
|
||||
ENDIF
|
||||
IF ! HB_ISNUMBER( nTabSize )
|
||||
IF ! HB_ISNUMERIC( nTabSize )
|
||||
nTabSize := NIL
|
||||
ENDIF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user