See changelog 2001-07-22 18:25 GMT -3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user