What is the reason for these lines in TBtnBmp:LostFocus() method?
A negative effect is that a pressed button (using GoDown() method) switch to non-pressed status on lostfocus.
Can I remove the above lines without side effects?
EMG
if ::lPressed
::lPressed := .f.
::Refresh()
endifA negative effect is that a pressed button (using GoDown() method) switch to non-pressed status on lostfocus.
Can I remove the above lines without side effects?
EMG