Skip to content

Commit

Permalink
Mac: tabs event filter fix. spyder-ide/spyder/spyder-ide#2598
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenguin committed Aug 21, 2015
1 parent 6812e6d commit 230dfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyderlib/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def eventFilter(self, obj, event):
return True
if event_type == QEvent.MouseButtonRelease:
self.tab_released(event)
return True
return False
return False

def tab_pressed(self, event):
Expand Down

0 comments on commit 230dfeb

Please sign in to comment.