mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Update typo in persist_handlers.py
This should fix a typo in the return statement.
This commit is contained in:
@@ -1335,7 +1335,7 @@ class TreeCtrlHandler(AbstractHandler):
|
||||
if not root:
|
||||
return []
|
||||
if self._window.HasFlag(wx.TR_HIDE_ROOT):
|
||||
return self.GeSelectionStateOfChildren(root)
|
||||
return self.GetSelectionStateOfChildren(root)
|
||||
else:
|
||||
return self.GetSelectionStateOfItem(root)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user