fails, recalculate data, fix initial display of sidebar
* src/ViewManager.py: handle post page creation initalization * src/PageView.py: handle post page creation initalization svn: r6929
This commit is contained in:
@ -605,6 +605,7 @@ class ViewManager:
|
||||
page.define_actions()
|
||||
page_display = page.get_display()
|
||||
page_display.show_all()
|
||||
page.post()
|
||||
self.notebook.append_page(page_display, hbox)
|
||||
self.pages.append(page)
|
||||
|
||||
|
Reference in New Issue
Block a user