Skip to content

Commit

Permalink
sonlist: autosize after setting the order
Browse files Browse the repository at this point in the history
Changing the order can change the column size making the
scrollbar appear on start.
  • Loading branch information
lazka committed Dec 18, 2016
1 parent 9f62e30 commit 8d0aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quodlibet/quodlibet/qltk/songlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,8 +1032,8 @@ def column_clicked(column, *args):
column.set_reorderable(True)
self.append_column(column)

self.columns_autosize()
self.set_sort_orders(old_sort)
self.columns_autosize()

self.handler_unblock(self.__csig)

Expand Down

0 comments on commit 8d0aac2

Please sign in to comment.