Trim trailing whitespace

This commit is contained in:
Robin Dunn
2020-03-31 14:02:39 -07:00
parent aa30a6d46e
commit 85bd16fb06
5 changed files with 16 additions and 17 deletions

View File

@@ -14,8 +14,7 @@
#pragma hdrstop
#endif //__BORLANDC__
#if wxUSE_ANIMATIONCTRL
#if wxUSE_ANIMATIONCTRL
#include "wx/animate.h"
#ifndef WX_PRECOMP
@@ -332,7 +331,7 @@ wxSize wxGenericAnimationCtrl::DoGetBestSize() const
void wxGenericAnimationCtrl::SetAnimation(const wxGenericAnimation& animation)
{
if (IsPlaying())
Stop();
Stop();
// set new animation even if it's wxNullAnimation
m_animation = animation;