Fixed large/small plot bug by adding ViewFrames that contains plots.

This commit is contained in:
2006-05-22 21:43:24 +00:00
parent 9ab1ebe687
commit 62c1d79dac
2 changed files with 162 additions and 85 deletions

View File

@@ -56,7 +56,7 @@ class FluentApp:
return self.log_view
def create_main_view(self, str1, str2, int1, int2):
self.main_view = plots.MainView(self._update_toolbar)
self.main_view = plots.MainView()
self.main_view.show()
return self.main_view