See changelog 2001-07-22 18:25 GMT -3

This commit is contained in:
Luiz Rafael Culik
2001-07-22 21:26:20 +00:00
parent 1b1bc0135c
commit a2e20a2882
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2001-07-22 18:00 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
+source/rtl/radiobtn.prg
*Added an 'LOCAL cColor' to compile without warning
+source/rtl/radiogrp.prg
*Added 'LOCAL nPos,nLen' to compile without warning
2001-07-22 18:00 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
* utils/hbmake/hbmake.prg
* Added suport for !iffile/!else/!endif and !stdout

View File

@@ -88,7 +88,7 @@ CLASS TRadioBtn
ENDCLASS
METHOD New(nRow,nCol,cCaption,xData) CLASS TRadioBtn
Local cColor
::Buffer:= .f.
::CapRow:= nRow
::CapCol:= nCol+3+1

View File

@@ -158,7 +158,7 @@ METHOD SETSTYLE( xStyle ) CLASS TRadioGroup
METHOD SETFOCus() CLASS TRadioGroup
local Local1, Local2, aItems
local nPos, nLen, aItems
if ( !::HasFocus )
::lCursor := setcursor(0)
::HasFocus := .T.