]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use wxHSCROLL for the rich edit window, not that it really works as expected...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Jun 2004 17:42:03 +0000 (17:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Jun 2004 17:42:03 +0000 (17:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/text/text.cpp

index a04b944b974d1a3f156132df51af5a949dde77ad..9bdf91d3036db3a101f43fb5285f44427c9d5c2a 100644 (file)
@@ -930,7 +930,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
                                 _T("very very very long line to test ")
                                 _T("wxHSCROLL style"),
                                 wxPoint(450, 10), wxSize(230, 230),
-                                wxTE_RICH | wxTE_MULTILINE | wxHSCROLL);
+                                wxTE_RICH | wxTE_MULTILINE);
     m_textrich->SetStyle(0, 10, *wxRED);
     m_textrich->SetStyle(10, 20, *wxBLUE);
     m_textrich->SetStyle(30, 40,