- fix wxAnimationCtrl::SetBackgroundColour both for generic and native GTK
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Nov 2006 18:14:42 +0000 (18:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Nov 2006 18:14:42 +0000 (18:14 +0000)
commit1afdfc9debf357b7d53ce60c97bfa64c983cfa64
tree4851ca60c7c5b6af3c2a45f7a7a75ecc44774dc3
parent70fc30ae82d974d2e6710583cc1d34b98c4b3c5f
- fix wxAnimationCtrl::SetBackgroundColour both for generic and native GTK
  version
- fix wxAnimationCtrl::GetAnimation for GTK version (modifying correctly the
  constructor which takes a GdkPixbufAnimation)
- fix the generic wxAnimationCtrl::SetAnimation() when it's used with a
  wxNullAnimation.
- moves the frame counter reset in Stop() as it's more sensed to always have
  m_currentFrame cleared immediately when the animation has been stopped
- fix a problem with transparent bitmaps drawing in wxAnimationCtrl::OnPaint

(part of patch 1598005)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/animate.h
include/wx/gtk/animate.h
src/generic/animateg.cpp
src/gtk/animate.cpp