]> git.saurik.com Git - wxWidgets.git/commit
Use white background by default for multiline readonly wxTextCtrl under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 05:01:21 +0000 (05:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Dec 2009 05:01:21 +0000 (05:01 +0000)
commitd2356abe7073b77a6eca641d8580d3bbea7cc6dc
tree5cebb23beb0abc23cb2d760e4174dff9ad0e9a75
parentb7421ab62574f7de584b2edf1270753277353371
Use white background by default for multiline readonly wxTextCtrl under MSW.

The best default behaviour seems to be to use white background for multiline
text controls even when they're read-only, as in previous wx versions.

Also see #11521 which could be implemented to make this configurable.

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