2001-07-02 23:42 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -363,7 +363,8 @@ METHOD Reset() CLASS Get
|
||||
|
||||
if ::hasfocus
|
||||
::buffer := ::PutMask( ::VarGet(), .f. )
|
||||
::pos := 1
|
||||
::pos := 1
|
||||
::TypeOut := .f.
|
||||
endif
|
||||
|
||||
return Self
|
||||
|
||||
Reference in New Issue
Block a user