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:
Vadim Zeitlin
2003-08-15 22:20:33 +00:00
parent 75a0a7b7de
commit aaae069f9a

View File

@@ -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
);