On Don, 01 Aug 2002, Koos Vriezen wrote: > rendering/render_flow.cpp:1000 > if (flow != parent()) > special->left += flow->marginLeft(); > should be > if (flow == parent()) > special->left += flow->marginLeft(); > Works for the above and msdn. Makes sense to me. Please commit. -- Dirk (received 587 mails today)