See ChangeLog entry 2001-05-21 14:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2001-05-21 18:32:17 +00:00
parent f4c38a8e03
commit f468640ed6
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2001-05-21 14:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
* source/rtl/tget.prg
! In METHOD KillFocus(), don't call ::Display() until after clearing
::hasFocus. Per bug report from "Robert Haley" <rhaley@cheshire.net>
2001-05-21 08:30 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
* source/rtl/gtapi.c
* fixed an small bug on hb_gtBoxD() reported by Jacek Kaleta

View File

@@ -401,12 +401,13 @@ return Self
METHOD KillFocus() CLASS Get
::Assign()
::Display()
::buffer := ::PutMask()
::hasfocus := .f.
::pos := NIL
::Display()
return Self
//---------------------------------------------------------------------------//