deprecate wxTE_AUTO_SCROLL as it's always on in the ports which support it anyhow (#2176)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -672,10 +672,7 @@ void wxGridCellTextEditor::DoCreate(wxWindow* parent,
|
||||
wxEvtHandler* evtHandler,
|
||||
long style)
|
||||
{
|
||||
style |= wxTE_PROCESS_ENTER |
|
||||
wxTE_PROCESS_TAB |
|
||||
wxTE_AUTO_SCROLL |
|
||||
wxNO_BORDER;
|
||||
style |= wxTE_PROCESS_ENTER | wxTE_PROCESS_TAB | wxNO_BORDER;
|
||||
|
||||
m_control = new wxTextCtrl(parent, id, wxEmptyString,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
|
Reference in New Issue
Block a user