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

@@ -42,6 +42,9 @@
#error Cannot compile this sample if wxAnimationCtrl is not enabled
#endif
#ifdef wxHAS_NATIVE_ANIMATIONCTRL
#include "wx/generic/animate.h"
#endif
wxIMPLEMENT_APP(MyApp);