Fixed a little oversight, skip by default in base class
This commit is contained in:
@@ -766,7 +766,7 @@ class SBItem(wx.Window):
|
||||
pass
|
||||
|
||||
def OnLeftUp(self, event):
|
||||
pass
|
||||
event.Skip()
|
||||
|
||||
def EnterWindow(self, event):
|
||||
self.highlighted = True
|
||||
|
||||
Reference in New Issue
Block a user