Update graph info when fit name changes

This commit is contained in:
DarkPhoenix
2019-07-07 02:33:54 +03:00
parent 3e410540c9
commit 5b74c6c5e1
41 changed files with 61 additions and 47 deletions

View File

@@ -21,7 +21,7 @@
import wx
class ViewColumn(object):
class ViewColumn:
"""
Abstract class that columns can inherit from.
Once the missing methods are correctly implemented,