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