From 5295a6d9ae3d73c7dceb286f13c6a1429e55393c Mon Sep 17 00:00:00 2001 From: tassaron Date: Tue, 30 May 2017 22:05:56 -0400 Subject: presets are working except for font because it can't be represented as a string --- main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'main.py') diff --git a/main.py b/main.py index 77b56c3..2dbefe7 100644 --- a/main.py +++ b/main.py @@ -400,9 +400,8 @@ class Main(QtCore.QObject): for line in f: saveValueStore = eval(line.strip()) break - print(saveValueStore) - - + self.selectedComponents[index].loadPreset(saveValueStore) + self.drawPreview() def LoadDefaultSettings(self): self.resolutions = [ -- cgit v1.2.3