Skip to content

Commit

Permalink
Consoles: Add scroll buttons to their tab widgets
Browse files Browse the repository at this point in the history
Fixes #3116
  • Loading branch information
ccordoba12 committed Jun 11, 2016
1 parent 3857a53 commit 125e941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyderlib/widgets/tabs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def __init__(self, parent, ancestor):
# Dragging tabs
self.__drag_start_pos = QPoint()
self.setAcceptDrops(True)
self.setUsesScrollButtons(True)

def mousePressEvent(self, event):
"""Reimplement Qt method"""
Expand Down

0 comments on commit 125e941

Please sign in to comment.