The navigator now displays the plots and data in a tree that shows the ancestry information.

This commit is contained in:
2006-04-24 14:52:21 +00:00
parent 6c72dec7fa
commit 179a2f88a9
6 changed files with 80 additions and 44 deletions

1
fluent
View File

@@ -53,6 +53,7 @@ class FluentApp:
def create_logview(self, str1, str2, int1, int2):
# Set up log view
self.log_view = logger.LogView(logger.logger)
self.log_view.set_level('notice')
self.log_view.show()
return self.log_view