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:
@@ -82,6 +82,9 @@ class PageView:
|
||||
def call_function(self, key):
|
||||
self.func_list.get(key)()
|
||||
|
||||
def post(self):
|
||||
pass
|
||||
|
||||
def set_active(self):
|
||||
self.active = True
|
||||
if self.dirty:
|
||||
|
||||
Reference in New Issue
Block a user