]> git.saurik.com Git - wxWidgets.git/commit
Use wxTE_RICH style for the log window in the text sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 15:59:20 +0000 (15:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 15:59:20 +0000 (15:59 +0000)
commit8faed39597d32bbb2073e5c686c754473dc5575a
tree49e23562668c57cd774b01ae3ddc146f141c6163
parent7b6126aa3adb67be63054dedc86d5ed90c65de22
Use wxTE_RICH style for the log window in the text sample.

This makes it have nicer colour (white instead of grey by default) under MSW
and wxTE_RICH was already in the code, just commented out -- it seems it's
better to enable it (as it also allows more text to be shown in the control
under old Windows versions) than to remove it.

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