compilation fix after wxScrollHelper changes (ctor argument is now not optional and SetWin doesn't exist any more)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-10-18 00:03:36 +00:00
parent 5d4a10e70a
commit c3ee2228e5
2 changed files with 4 additions and 5 deletions

View File

@@ -635,9 +635,6 @@ void wxTextCtrl::Init()
m_heightLine =
m_widthAvg = -1;
// init wxScrollHelper
SetWindow(this);
// init the undo manager
m_cmdProcessor = new wxTextCtrlCommandProcessor(this);