don't create a multiline text control in the text editor (even not under MSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -573,8 +573,7 @@ void wxGridCellTextEditor::Create(wxWindow* parent,
|
||||
m_control = new wxTextCtrl(parent, id, wxEmptyString,
|
||||
wxDefaultPosition, wxDefaultSize
|
||||
#if defined(__WXMSW__)
|
||||
, wxTE_PROCESS_TAB | wxTE_MULTILINE |
|
||||
wxTE_NO_VSCROLL | wxTE_AUTO_SCROLL
|
||||
, wxTE_PROCESS_TAB | wxTE_AUTO_SCROLL
|
||||
#endif
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user