Fixed GetSaveData and SetSaveData in wx.lib.multisash to not depend on

the default way that class objectss are converted to strings.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-11-10 18:16:31 +00:00
parent ca8071ca9f
commit 2268569346
2 changed files with 11 additions and 8 deletions

View File

@@ -24,7 +24,8 @@ OGL patch from Shane Holloway:
that the child is in both self._children and self._divisions.
Causes many problems when it's not. ;)
Fixed GetSaveData and SetSaveData in wx.lib.multisash to not depend on
the default way that class objectss are converted to strings.