And tested. Perfetto. Thanx.

> Ok, it's fixed.
> 
> On Tue, Apr 16, 2002 at 11:28:04AM -0600, Micah Dowty wrote:
> > I noticed this too but thought I fixed the problem...
> > The reasoning behind self-destructing the build handler is so that the popup's 
>backdrop is only drawn once even if the popup itself is redrawn. This fixes a bug 
>where the drop shadow or dimming would be drawn multiple times when a dialog is 
>redrawn. One side effect of this is that you can't click on the backdrop of the popup 
>to make it close, since the input code assumes you can only click on visible objects, 
>and if it's visible it will have a build handler. I changed the input code to check 
>whether it has a build handler or it already has a groplist attached.
> > 
> > Ah.. just realized the problem. If you haven't defined a backdrop property there 
>will be no groplist or build function. Ok, I'll fix this up ASAP.

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

Reply via email to