Add TODO comment
This commit is contained in:
@@ -227,6 +227,8 @@ class CoverArtGrid(Gtk.ScrolledWindow):
|
|||||||
self.grid_top.get_child_at_index(
|
self.grid_top.get_child_at_index(
|
||||||
self.selected_list_store_index))
|
self.selected_list_store_index))
|
||||||
self.detail_box.show()
|
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:
|
else:
|
||||||
self.grid_top.unselect_all()
|
self.grid_top.unselect_all()
|
||||||
self.detail_box.hide()
|
self.detail_box.hide()
|
||||||
|
Reference in New Issue
Block a user