Don't use wx[H|V]SCROLL styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
30d215aa9b
commit
120826838f
@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
||||
const wxString& name)
|
||||
{
|
||||
wxControl::Create(parent, id, pos, size,
|
||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
wxDefaultValidator, name);
|
||||
|
||||
#ifdef LINK_LEXERS
|
||||
|
@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
||||
const wxString& name)
|
||||
{
|
||||
wxControl::Create(parent, id, pos, size,
|
||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
wxDefaultValidator, name);
|
||||
|
||||
#ifdef LINK_LEXERS
|
||||
|
@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
||||
const wxString& name)
|
||||
{
|
||||
wxControl::Create(parent, id, pos, size,
|
||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
wxDefaultValidator, name);
|
||||
|
||||
#ifdef LINK_LEXERS
|
||||
|
@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
||||
const wxString& name)
|
||||
{
|
||||
wxControl::Create(parent, id, pos, size,
|
||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||
wxDefaultValidator, name);
|
||||
|
||||
#ifdef LINK_LEXERS
|
||||
|
Loading…
Reference in New Issue
Block a user