From 9774b282738ac937305fa2209b7ad1e372abe715 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Wed, 9 Jun 2004 16:58:30 +0000 Subject: Update to version 3.2.3 --- .../files/patch-khtml-rendering-render_block.cpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 x11/kdelibs4/files/patch-khtml-rendering-render_block.cpp (limited to 'x11/kdelibs4/files/patch-khtml-rendering-render_block.cpp') diff --git a/x11/kdelibs4/files/patch-khtml-rendering-render_block.cpp b/x11/kdelibs4/files/patch-khtml-rendering-render_block.cpp deleted file mode 100644 index c8569bd92bfc..000000000000 --- a/x11/kdelibs4/files/patch-khtml-rendering-render_block.cpp +++ /dev/null @@ -1,22 +0,0 @@ ---- khtml/rendering/render_block.cpp 2004/03/01 04:46:27 1.20.2.6 -+++ khtml/rendering/render_block.cpp 2004/04/26 21:05:27 1.20.2.7 -@@ -422,14 +422,16 @@ void RenderBlock::layout() - - void RenderBlock::layoutBlock(bool relayoutChildren) - { -+ if (isInline() && !isReplacedBlock()) { -+ setLayouted(); -+ return; -+ } -+ - // kdDebug( 6040 ) << renderName() << " " << this << "::layoutBlock() start" << endl; - // QTime t; - // t.start(); - KHTMLAssert( !layouted() ); - KHTMLAssert( minMaxKnown() ); -- -- if (isInline()) // Inline
s inside various table elements can cause us to -- return; // come in here. Just bail. -dwh - - int oldWidth = m_width; - -- cgit v1.2.3