Small test case for bug in renderer floats

Dirk Mueller mueller at kde.org
Fri Aug 2 19:30:33 BST 2002


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)




More information about the kfm-devel mailing list