[Gambas-user] Issues related to Frame

Benoît Minisini g4mba5 at gmail.com
Fri Apr 16 13:01:31 CEST 2021


Le 16/04/2021 à 12:51, Benoît Minisini a écrit :
>>
>> 2) The children controls of frame in gambas 3.16 have been pushed
>> downwards. Thus the controls in bottom part of frame are not visible
>> in older gambas qt5 applications (compiled in gambas 3.15) and we have
>> to forced to rearrange the contents of all frames for new gambas
>> version.
> 
> Indeed. The bug was that you could put controls on the frame, which was 
> not a good idea. But for backward-compatibility, I can do the same weird 
> thing.
> 

In commit 
https://gitlab.com/gambas/gambas/-/commit/81ce4a63b28226a5e3c4d59cfd89f7bb180b4703, 
I implemented an intermediate solution:

- If Frame has no arrangement, then I do like before: the controls can 
span the entire Frame area.

- If Frame has arrangement, then I move controls down, to prevent them 
covering the frame label.

I hope it will be enough for you.

Regards,

-- 
Benoît Minisini


More information about the User mailing list