]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/html/htmlcell.h
Fix infinite loop in wxHtmlEasyPrinting page break code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Feb 2012 13:02:32 +0000 (13:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Feb 2012 13:02:32 +0000 (13:02 +0000)
commit846f4568e5599a964ee04b186a263cd07b959d2f
tree2b89e4b6d38359597522f54d1394aee3cb25807c
parentd7235613f44c446e484052fcf262fbe509d1b6ff
Fix infinite loop in wxHtmlEasyPrinting page break code.

The code didn't handle cells higher than the page height correctly and entered
an infinite loop when trying to adjust page breaks in their presence, e.g.
when trying to print a very tall image.

Closes #13935.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/html/htmlcell.h
interface/wx/html/htmlcell.h
src/html/htmlcell.cpp
src/html/htmprint.cpp
src/html/m_layout.cpp