2002-12-17 12:40 UTC-0300 Walter Negro <anegro@overnet.com.ar>

* source/tget.prg
    ! Fix, UpdateBuffer() should not actualize the variable if the value
      was not modified.
This commit is contained in:
Walter Negro
2002-12-17 15:48:35 +00:00
parent 395250383c
commit 3c76b95b42

View File

@@ -125,7 +125,7 @@ CLASS Get
METHOD SetFocus()
METHOD Undo()
METHOD UnTransform()
METHOD UpdateBuffer() INLINE ::buffer := ::PutMask( ), ::Assign():Display(), Self
METHOD UpdateBuffer() INLINE ::buffer := ::PutMask( ), if(::lEdit, ::Assign(),), ::Display(), Self
METHOD VarGet()
METHOD VarPut(xValue, lReFormat)