diff options
| author | Adrien Tétar | 2015-06-03 23:42:52 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-06-03 23:42:52 +0200 | 
| commit | c0cc860548364c8cd7bd84613e76d7704336da97 (patch) | |
| tree | 3f80c2e4a7bda2be259e1dfdc12cd27a4e423f0f /Lib/defconQt/featureTextEditor.py | |
| parent | a85e5e6e4f3213ab82a7f8a0966c9af83f88e145 (diff) | |
| download | trufont-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.py | 2 | 
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) | 
