projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed interface typo breaking wxRibbonBar docs (from r72495).
[wxWidgets.git]
/
src
/
html
/
htmprint.cpp
diff --git
a/src/html/htmprint.cpp
b/src/html/htmprint.cpp
index 9becb22f5be75c1f5a9ff2be457d763f0f35c070..b91f4b1d089ed3caec86bbef7cd2c834318f9e45 100644
(file)
--- a/
src/html/htmprint.cpp
+++ b/
src/html/htmprint.cpp
@@
-151,7
+151,7
@@
int wxHtmlDCRenderer::Render(int x, int y,
int pbreak, hght;
pbreak = (int)(from + m_Height);
- while (m_Cells->AdjustPagebreak(&pbreak, known_pagebreaks)) {}
+ while (m_Cells->AdjustPagebreak(&pbreak, known_pagebreaks
, m_Height
)) {}
hght = pbreak - from;
if(to < hght)
hght = to;