diff options
Diffstat (limited to 'x11/kdelibs3/files/patch-khtml-rendering-render_block.cpp')
-rw-r--r-- | x11/kdelibs3/files/patch-khtml-rendering-render_block.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/kdelibs3/files/patch-khtml-rendering-render_block.cpp b/x11/kdelibs3/files/patch-khtml-rendering-render_block.cpp deleted file mode 100644 index c8569bd92bfc..000000000000 --- a/x11/kdelibs3/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 <form>s inside various table elements can cause us to -- return; // come in here. Just bail. -dwh - - int oldWidth = m_width; - |