FWH 15.02 btnbmp and popup
Posted: Wed Mar 18, 2015 11:51 am
Hello,
I noticed that, in the bitmap button with popup, the bitmap is painted a close the popup section, the problem seems this line:
at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:
In our application we don't have captions, maybe the problem is present in other cases too.
I hope to help,
Regards,
Antonino Perricone
I noticed that, in the bitmap button with popup, the bitmap is painted a close the popup section, the problem seems this line:
Code: Select all
aBmpRect := GetClientRect( ::hWnd )
I fix it in this way:
Code: Select all
aBmpRect := oBtnRect:aRect
I hope to help,
Regards,
Antonino Perricone