Skip to content

Commit

Permalink
Remove a call to metadata_box.resize_columns
Browse files Browse the repository at this point in the history
It has been removed in af184bc.

Fixes PICARD-775.
  • Loading branch information
mineo committed Oct 29, 2015
1 parent 2b25518 commit 2b54b57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion picard/ui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,6 @@ def show_cover_art(self):
"""Show/hide the cover art box."""
if self.show_cover_art_action.isChecked():
self.cover_art_box.show()
self.metadata_box.resize_columns()
else:
self.cover_art_box.hide()

Expand Down

0 comments on commit 2b54b57

Please sign in to comment.