FWH 15.02 btnbmp and popup

Post Reply
AntoninoP
Posts: 347
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

FWH 15.02 btnbmp and popup

Post by AntoninoP »

Hello,
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 )
at row 1123 of \fwh\source\classes\btnbmp.prg.
I fix it in this way:

Code: Select all

         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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: FWH 15.02 btnbmp and popup

Post by Antonio Linares »

Antonino,

Included for next FWH 15.03

many thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply