]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
refresh and flicker even more to ensure proper refresh in the resizeable dialogs
[wxWidgets.git] / src / os2 / textctrl.cpp
index f375a3888662a05ae03507ebf7dc37eaf327b822..b99d13006c242d2f9bdbcbcee4bacb971bb6f0d4 100644 (file)
@@ -1066,15 +1066,6 @@ void wxTextCtrl::OnChar(
     rEvent.Skip();
 } // end of wxTextCtrl::OnChar
 
-void wxTextCtrl::SetFocus()
-{
-    wxTextCtrlBase::SetFocus();
-    if ( !HasFlag(wxTE_MULTILINE) )
-    {
-        SetSelection(-1, -1);
-    }
-} // end of wxTextCtrl::SetFocus
-
 bool wxTextCtrl::OS2Command(
   WXUINT                            uParam
 , WXWORD                            WXUNUSED(vId)