]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/slider.cpp
* Fixes (WAV works on Linux, AIFF following)
[wxWidgets.git] / src / gtk / slider.cpp
index d94ac244defafcb8b58764ab6142e6baa2c36506..d45eda3add1b2c92f34867b209f45e096f09ef25 100644 (file)
@@ -79,6 +79,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id,
         const wxPoint& pos, const wxSize& size,
         long style, const wxValidator& validator, const wxString& name )
 {
+    m_acceptsFocus = TRUE;
   m_needParent = TRUE;
   
   PreCreation( parent, id, pos, size, style, name );