From c0cc860548364c8cd7bd84613e76d7704336da97 Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Wed, 3 Jun 2015 23:42:52 +0200 Subject: More groupsWindow controls, ability to show kerning in spaceCenter, misc --- Lib/defconQt/featureTextEditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/defconQt/featureTextEditor.py') diff --git a/Lib/defconQt/featureTextEditor.py b/Lib/defconQt/featureTextEditor.py index 9571229..75f4de4 100644 --- a/Lib/defconQt/featureTextEditor.py +++ b/Lib/defconQt/featureTextEditor.py @@ -40,7 +40,7 @@ class MainEditWindow(QMainWindow): self.editor.setPlainText(self.font.features.text) def save(self): - self.editor.write(self.font.features.text) + self.editor.write(self.font.features) def setupFileMenu(self): fileMenu = QMenu("&File", self) -- cgit v1.2.3