]> git.saurik.com Git - wxWidgets.git/commit
Propagate wxHtmlWindow layout direction to the wxDC it uses.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:23 +0000 (23:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 23 Jul 2010 23:33:23 +0000 (23:33 +0000)
commit88ed20a2fa4f57266013611975d973314634d20b
tree764960bce19f8a1a400887e1ceee5af945856ace
parent69e087c14439f0e92d3c8cc5e97d66b7e6e7ffea
Propagate wxHtmlWindow layout direction to the wxDC it uses.

While wxHtmlWindow doesn't support mixing LTR and RTL contents we can indeed
try to make it render pure RTL stuff correctly by setting up the wxDC used for
drawing accordingly.

Closes #1988.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/html/htmlwin.cpp