summaryrefslogtreecommitdiffstats
path: root/tdehtml/rendering/render_flow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/rendering/render_flow.cpp')
-rw-r--r--tdehtml/rendering/render_flow.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tdehtml/rendering/render_flow.cpp b/tdehtml/rendering/render_flow.cpp
index a535b218e..1a1812c75 100644
--- a/tdehtml/rendering/render_flow.cpp
+++ b/tdehtml/rendering/render_flow.cpp
@@ -358,6 +358,9 @@ int RenderFlow::rightmostPosition(bool includeOverflowInterior, bool includeSelf
relativePositionOffset(right, y);
}
+#ifdef DEBUG_LAYOUT
+ kdDebug(6040) << renderName() << "(RenderFlow)::rightmostPosition(" << includeOverflowInterior << "," << includeSelf << ") Rightmost position: " << right << endl;
+#endif
return right;
}