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

Allow using this style to prevent page breaks inside the given <div>.
This commit is contained in:
Vadim Zeitlin
2018-06-20 01:03:20 +02:00
parent 8dfd799fd5
commit 566e401a3f
3 changed files with 75 additions and 0 deletions

View File

@@ -102,6 +102,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: