[renaming] and a chunk size constant

This commit is contained in:
2021-01-11 22:45:53 +01:00
parent 372572a7ed
commit ce756b5327
3 changed files with 4 additions and 2 deletions

View File

@@ -23,9 +23,9 @@ class CentralWidget(QWidget):
self._stack.setCurrentIndex(1)
self._file_view.update()
def plot_item(self, item):
def plot_item(self, item_descriptor):
self._stack.setCurrentIndex(2)
self._plot_screen.plot(item)
self._plot_screen.plot(item_descriptor)
def on_plot_close(self):
self._stack.setCurrentIndex(1)