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 Expand view
- aBmpRect := GetClientRect( ::hWnd )
at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:
- Code: Select all Expand view
- aBmpRect := oBtnRect:aRect
In our application we don't have captions, maybe the problem is present in other cases too.
I hope to help,
Regards,
Antonino Perricone