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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user