>>>>> "ARG" == Anselm R Garbe <arg_AT_10kloc.org> 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
Received on Mon Oct 02 2006 - 08:51:42 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:31:47 UTC