* source/rtl/getlist.prg
! Fix bug when release last getlist
Reported by Alexander Kresin
This commit is contained in:
@@ -61,7 +61,10 @@ PROCEDURE __GetListSetActive( oGetList )
|
||||
ENDIF
|
||||
|
||||
s_oGetListActive := oGetList
|
||||
s_oGetListActive:lHasFocus := .T.
|
||||
|
||||
IF s_oGetListActive != NIL
|
||||
s_oGetListActive:lHasFocus := .T.
|
||||
ENDIF
|
||||
|
||||
RETURN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user