]> git.saurik.com Git - wxWidgets.git/commit
Remove hard limit on number of pages in wxHtmlPrintout.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Jul 2010 12:27:18 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Jul 2010 12:27:18 +0000 (12:27 +0000)
commit9899a70bc0b011ad8aa8e7d57e6f01047423222a
treed0ae1d5b2d475e238c815338cd5a0618ceb061a2
parente39877cdb74c8f2ba44eb64cbbfae642885a880e
Remove hard limit on number of pages in wxHtmlPrintout.

This seems to be a leftover from an old version in which the page breaks
positions were stored in a fixed size array. As the code uses a dynamic array
now there doesn't seem to be any reason to impose any limit on the number of
pages and some people did run into the old 999 pages limitation apparently.

Closes #11159.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65076 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/html/htmldefs.h
include/wx/html/htmprint.h
src/html/htmprint.cpp