mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
- customtreectrl is now in wx.lib.agw
This commit is contained in:
@@ -2881,7 +2881,7 @@ class MySplashScreen(SplashScreen):
|
||||
|
||||
from wx.lib.mixins.treemixin import ExpansionState
|
||||
if USE_CUSTOMTREECTRL:
|
||||
import wx.lib.customtreectrl as CT
|
||||
import wx.lib.agw.customtreectrl as CT
|
||||
TreeBaseClass = CT.CustomTreeCtrl
|
||||
else:
|
||||
TreeBaseClass = wx.TreeCtrl
|
||||
|
||||
Reference in New Issue
Block a user