2001-07-02 23:42 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-07-02 21:45:19 +00:00
parent 783f71945f
commit a3d23ec650
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2001-07-02 23:42 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
* source/rtl/tget.prg
! Fixed method Reset() of TGet class, so that it sets the :TypeOut
variable to .F.
Fix provided by Istvan Foldi <foldii@terrasoft.hu>
2001-06-30 10:30 GMT+1 Antonio Linares <alinares@fivetech.com>
* source/vm/dynsym.c
+ New profiler support functions added

View File

@@ -363,7 +363,8 @@ METHOD Reset() CLASS Get
if ::hasfocus
::buffer := ::PutMask( ::VarGet(), .f. )
::pos := 1
::pos := 1
::TypeOut := .f.
endif
return Self