Stop deriving native wxGTK wxAnimationCtrl from generic one

This is unnecessary and confusing.
This commit is contained in:
Vadim Zeitlin
2020-04-06 01:09:36 +02:00
parent 3678d67f92
commit d9b1ca54ca
4 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ typedef struct _GdkPixbufAnimationIter GdkPixbufAnimationIter;
// Resize to animation size if this is set
#define wxAN_FIT_ANIMATION 0x0010
class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxGenericAnimationCtrl
class WXDLLIMPEXP_ADV wxAnimationCtrl: public wxAnimationCtrlBase
{
public:
wxAnimationCtrl() { Init(); }