To update a transparent label correctly, PicoGUI has to redraw the container
behind it. The label widget sets a flag in the conainer indicating that it must
be redrawn, but if you run pgSubUpdate on the label it never sees this flag in
the container. Running pgSubUpdate on the container will solve
Hi,
Does pgSubUpdate() require the parents pghandle or the actual widget you
want to update?
Is a pgSubUpdate on a label attached to the toolbar the same as
pgUpdate() on the toolbar?
I found a problem when modifying lcdclock.c. In sysIdle(), if
pgFlushRequests() and pgUpdate are taken out,