show projects_table after reloading it
This commit is contained in:
parent
c562f471bc
commit
fba10585f3
@ -90,6 +90,7 @@ class Window:
|
|||||||
self.projects_table.attach(hbox, 1, 9, rows - 1, rows)
|
self.projects_table.attach(hbox, 1, 9, rows - 1, rows)
|
||||||
self.projects_container.pack_start(self.projects_table)
|
self.projects_container.pack_start(self.projects_table)
|
||||||
self.projects_present = True
|
self.projects_present = True
|
||||||
|
self.projects_table.show_all()
|
||||||
|
|
||||||
def main(self):
|
def main(self):
|
||||||
self.window.show_all()
|
self.window.show_all()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user