[Gambas-user] Keeping a menu open?

Gianluigi bagonergi at gmail.com
Mon Jan 17 09:51:18 CET 2022


Il giorno dom 16 gen 2022 alle ore 23:24 Gianluigi <bagonergi at gmail.com> ha
scritto:

>
> Hi Cris,
>
> so I really like it, if refined, it could become a component
>
> Regards
> Gianluigi
>

There is a bug in the calculation of $iMenuStart in the Sub _new

This code : $iMenuStart += (iScale * nContMenu)

It should be replaced with this one:

  i += 1
  $iMenuStart += (iScale * i)

Sorry
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220117/f9c3eeae/attachment.htm>


More information about the User mailing list