Fix the fix that fixes the bug fixing in multiswitch wxmsw notebook page changed fix for wxmac/wxgtk.

This commit is contained in:
HomeWorld
2010-10-10 04:13:48 +03:00
parent 66af2cf96f
commit 00b946e499

View File

@@ -148,8 +148,10 @@ class MultiSwitch(wx.Notebook):
self.countEvt -= 1
if self.countEvt < 0:
self.countEvt = 1
if "__WXMSW__" not in wx.PlatformInfo:
self.countEvt = 0
else:
self.countEvt = 1
event.Skip()
def changeFit(self, event):