]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/textctrl.cpp
determine the slider event type more precisely (i.e. generate LINE/PAGE UP/DOWN and...
[wxWidgets.git] / src / univ / textctrl.cpp
index 0a4a8397659b7e938056224af31ea925a031ff1a..92553baa442592b9bd8d279aed189d6859bfbe74 100644 (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);