]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/animate.cpp
disable wxGLCanvas for wxMGL and wxDFB which don't support it
[wxWidgets.git] / src / gtk / animate.cpp
index 7b3b798c00ae796e492ca4d4122cb1bb44d8e93b..05285756e62ed4d64dffbb6970b664edf436f208 100644 (file)
@@ -320,7 +320,7 @@ void wxAnimationCtrl::Stop()
 
 void wxAnimationCtrl::SetInactiveBitmap(const wxBitmap &bmp)
 {
-    wxAnimationCtrlBase::SetInactiveBitmap(bmp);
+    m_bmpStatic = bmp;
 
     // update the pixbuf associated with m_widget now...
     if (!IsPlaying())