]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/spinctlg.cpp
argh, another IsDialogMessage() fix: we still need to check all non top level parents
[wxWidgets.git] / src / generic / spinctlg.cpp
index c0dca645a1f22da70b76ff441f22ae6b51a8d705..9c8aad397ba50563feeb0a58aee04e5388392c35 100644 (file)
@@ -331,7 +331,7 @@ void wxSpinCtrl::SetTextValue(int val)
     m_text->SetSelection(0, -1);
 
     // and give focus to the control!
-    m_text->SetFocus();
+    // m_text->SetFocus();    Why???? TODO.
 }
 
 void wxSpinCtrl::SetValue(int val)