Hi Micah,

Since the release 1.52 of widget/popup.c, the popup act in a strange way when used as 
a menu.
I mean that you cannot get out of the menu without selecting one item.
A normal behavior (as previousely) would be to make the menu disapear when clicking 
the background (I guess).

I track the problem and found that this is due to the following line (157-158):

  /* Since the backdrop should only be rendered once, self-destruct this build handler 
*/
  self->in->build = NULL;

Which prevent the backdrop to be rebuild by the popup (right?)
Is this new behavior a wish or just the result of some memory(?) optimization?
Could we return to the previous one?
What is the opinion of the others PicoGUI users?

Thanx,
-philippe

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to