- Code: Select all Expand view
METHOD EraseBkGnd( hDC ) CLASS TSay
if IsAppThemed() .or. ::lTransparent
return 1
endif
return Super:EraseBkGnd( hDC )
It seems lTransparent does not get initialized. I added
::lTransparent := .f. to TSay():New()
Not exactly sure why it came up, but it did