aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/featureTextEditor.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-06-03 23:42:52 +0200
committerAdrien Tétar2015-06-03 23:42:52 +0200
commitc0cc860548364c8cd7bd84613e76d7704336da97 (patch)
tree3f80c2e4a7bda2be259e1dfdc12cd27a4e423f0f /Lib/defconQt/featureTextEditor.py
parenta85e5e6e4f3213ab82a7f8a0966c9af83f88e145 (diff)
downloadtrufont-c0cc860548364c8cd7bd84613e76d7704336da97.tar.bz2
More groupsWindow controls, ability to show kerning in spaceCenter, misc
Diffstat (limited to 'Lib/defconQt/featureTextEditor.py')
-rw-r--r--Lib/defconQt/featureTextEditor.py2
1 files changed, 1 insertions, 1 deletions
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)