]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
one more fix for tree selection
[wxWidgets.git] / src / generic / tipdlg.cpp
index 272db7296d6573ec3906706253b18dd62df5da70..e4a6660bc0c4316c09923966cc078eb1a3429b53 100644 (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__)