mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +00:00
Remove a call to metadata_box.resize_columns
It has been removed in af184bc.
Fixes PICARD-775.
This commit is contained in:
@@ -895,7 +895,6 @@ class MainWindow(QtGui.QMainWindow):
|
||||
"""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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user