We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393e677 commit 4dc268cCopy full SHA for 4dc268c
picard/ui/itemviews/__init__.py
@@ -272,10 +272,6 @@ def __init__(self, parent=None):
272
super().__init__(QtCore.Qt.Orientation.Horizontal, parent)
273
self._visible_columns = set([ITEM_ICON_COLUMN])
274
275
- # The following are settings applied to default headers
276
- # of QTreeView and QTreeWidget.
277
- self.setSectionsMovable(True)
278
- self.setSectionsClickable(False)
279
self.sortIndicatorChanged.connect(self.on_sort_indicator_changed)
280
281
# enable sorting, but don't actually use it by default
0 commit comments