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:
@@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
|||||||
const wxString& name)
|
const wxString& name)
|
||||||
{
|
{
|
||||||
wxControl::Create(parent, id, pos, size,
|
wxControl::Create(parent, id, pos, size,
|
||||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||||
wxDefaultValidator, name);
|
wxDefaultValidator, name);
|
||||||
|
|
||||||
#ifdef LINK_LEXERS
|
#ifdef LINK_LEXERS
|
||||||
|
@@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
|||||||
const wxString& name)
|
const wxString& name)
|
||||||
{
|
{
|
||||||
wxControl::Create(parent, id, pos, size,
|
wxControl::Create(parent, id, pos, size,
|
||||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||||
wxDefaultValidator, name);
|
wxDefaultValidator, name);
|
||||||
|
|
||||||
#ifdef LINK_LEXERS
|
#ifdef LINK_LEXERS
|
||||||
|
@@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
|||||||
const wxString& name)
|
const wxString& name)
|
||||||
{
|
{
|
||||||
wxControl::Create(parent, id, pos, size,
|
wxControl::Create(parent, id, pos, size,
|
||||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||||
wxDefaultValidator, name);
|
wxDefaultValidator, name);
|
||||||
|
|
||||||
#ifdef LINK_LEXERS
|
#ifdef LINK_LEXERS
|
||||||
|
@@ -151,7 +151,7 @@ void wxStyledTextCtrl::Create(wxWindow *parent,
|
|||||||
const wxString& name)
|
const wxString& name)
|
||||||
{
|
{
|
||||||
wxControl::Create(parent, id, pos, size,
|
wxControl::Create(parent, id, pos, size,
|
||||||
style | wxVSCROLL | wxHSCROLL | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
style | wxWANTS_CHARS | wxCLIP_CHILDREN,
|
||||||
wxDefaultValidator, name);
|
wxDefaultValidator, name);
|
||||||
|
|
||||||
#ifdef LINK_LEXERS
|
#ifdef LINK_LEXERS
|
||||||
|
Reference in New Issue
Block a user