>>>>> "ARG" == Anselm R Garbe <[EMAIL PROTECTED]> writes:

    ARG> Can you check with adding following line please:
    ARG>
    ARG>                 if(c->isfloat) {
    ARG> -                       resize(c, False, TopLeft);
    ARG> -                       if(!isvisible(c))
    ARG> -                               ban(c);
    ARG> +                       if(isvisible(c))
    ARG> +                               resize(c, False, TopLeft);
    ARG> +                       else
    ARG> +                               configure(c);
    ARG>                 }
    ARG>
    ARG> I suspect this might help.

I don't see either this or the previous fix in tip (519:6cad48068e4c).
But the problem no longer seems to be happening.

-- dtm


Reply via email to