Rename the module in the demo to match the actual class name

This commit is contained in:
Robin Dunn
2020-04-06 15:12:55 -07:00
parent 04c82c5805
commit 550cf16034
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ class TestPanel(wx.Panel):
# animation object. They're more-or-less equivalent, but if you have
# non-standard needs in your application then one pattern may make
# more sense for you to use.
if True:
if False:
# If you need a separate animation object then you can have the
# control create one for you.
ctrl = AnimationCtrl(self)

View File

@@ -247,7 +247,7 @@ _treeList = [
('Using Images', [
'AdjustChannels',
'AlphaDrawing',
'AnimateCtrl',
'AnimationCtrl',
'ArtProvider',
'BitmapFromBuffer',
'Cursor',