Add TODO comment

This commit is contained in:
Sumner Evans
2019-09-03 08:32:43 -06:00
parent 3687d9b0b0
commit 896aa932db

View File

@@ -227,6 +227,8 @@ class CoverArtGrid(Gtk.ScrolledWindow):
self.grid_top.get_child_at_index(
self.selected_list_store_index))
self.detail_box.show()
# TODO scroll so that the grid_top is visible, and the detail_box
# is visible, with preference to the grid_top.
else:
self.grid_top.unselect_all()
self.detail_box.hide()