On Wed, Jan 08, 2003 at 05:26:48PM +0100, Jean-Marc Lasgouttes wrote: > This one is weird: the code reads > > // is any optimization possible? > if ((y - old_first) < owner_.workHeight() > && (old_first - y) < owner_.workHeight()) > > is there a reason why the test is not > > // is any optimization possible? > if (std::abs(y - old_first) < owner_.workHeight()) > > Or maybe the test is not what it intended to be.
Please be very careful. My attempt to fix this in qscreen.C led to several problems. I didn't try very hard though. regards john -- "CUT IT OUT FACEHEAD" - jeffk