callbacks update - now callbacks can ask window for repaint
This commit is contained in:
parent
9145974c7f
commit
4d4c0cb56a
4 changed files with 39 additions and 7 deletions
|
@ -59,7 +59,7 @@ class TestNodeGen():
|
|||
|
||||
class TestTox():
|
||||
|
||||
def test_creation(self):
|
||||
def test_loading(self):
|
||||
data = Profile.open_profile(Settings.get_default_path(), 'tox_save')
|
||||
settings = Settings.get_default_settings()
|
||||
tox = tox_factory(data, settings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue