Set both left and right wxTextEntry margins in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:08:55 +0000 (02:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jan 2013 02:08:55 +0000 (02:08 +0000)
commit0b97da9986eaa64afb1289748c642d083077b58a
tree89d704beedc9a3d47d6197a21e4a51039f730ed8
parent421a5048b7c66157266d6c55f9b0c84537ce34cb
Set both left and right wxTextEntry margins in wxMSW.

Use the horizontal margin argument of SetMargins() to set both left and right
margins in wxMSW and not just the left one.

See #14958.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/textentry.cpp