mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Rename the module in the demo to match the actual class name
This commit is contained in:
@@ -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)
|
||||
@@ -247,7 +247,7 @@ _treeList = [
|
||||
('Using Images', [
|
||||
'AdjustChannels',
|
||||
'AlphaDrawing',
|
||||
'AnimateCtrl',
|
||||
'AnimationCtrl',
|
||||
'ArtProvider',
|
||||
'BitmapFromBuffer',
|
||||
'Cursor',
|
||||
|
||||
Reference in New Issue
Block a user