]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
use wxLanguageInfo::GetLocaleName() instead of Desscription which can't be passed...
[wxWidgets.git] / src / generic / listctrl.cpp
index 46cf4f36387728d2c8ce9263b0edc120ea455288..e8cfa298625f92e603b623fa2d64912939dd1adc 100644 (file)
@@ -2161,7 +2161,7 @@ void wxListTextCtrlWrapper::Finish( bool setfocus )
     wxPendingDelete.Append( this );
     
     if (setfocus)
-        m_owner->SetFocus();
+        m_owner->SetFocusIgnoringChildren();
 }
 
 bool wxListTextCtrlWrapper::AcceptChanges()