use wxTE_RICH2 for the text control, it looks better under Windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-04-05 21:46:37 +00:00
parent f05f427fc1
commit e111012a42

View File

@ -258,7 +258,7 @@ wxTipDialog::wxTipDialog(wxWindow *parent,
wxTE_MULTILINE |
wxTE_READONLY |
wxTE_NO_VSCROLL |
wxTE_RICH | // a hack to get rid of vert scrollbar
wxTE_RICH2 | // a hack to get rid of vert scrollbar
wxDEFAULT_CONTROL_BORDER
);
#if defined(__WXMSW__)