Merge branch 'html-page-break-inside'

Add support for style="page-break-inside:avoid" to wxHTML.

See https://github.com/wxWidgets/wxWidgets/pull/837
This commit is contained in:
Vadim Zeitlin
2018-07-25 13:54:29 +02:00
4 changed files with 121 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ All (GUI):
- Add wxHtmlEasyPrinting::SetPromptMode() (pavel-t).
- Fix possible infinite loop in wxHtmlWindow layout (trivia21).
- Add "hint" property support to XRC for wxComboBox and wxSearchCtrl.
- Add support for style="page-break-inside:avoid" to <div> in wxHTML.
wxGTK: