diff options
| author | Adrien Tétar | 2015-10-31 16:56:14 +0100 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-31 16:56:14 +0100 | 
| commit | 6f131223c6821651dbd97c0c6aaff8aa1e6b90b2 (patch) | |
| tree | b3050fbb8509ef54643f4567c0e9a9a6bec9edee /Lib/defconQt/fontView.py | |
| parent | 6135470d0ada8686ace9d44ace4e103fe2fd5234 (diff) | |
| download | trufont-6f131223c6821651dbd97c0c6aaff8aa1e6b90b2.tar.bz2 | |
meta: PEP8
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index 6bc5216..198e8d9 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -942,7 +942,7 @@ class MainWindow(QMainWindow):          self._font = font          self._font.addObserver(self, "_fontChanged", "Font.Changed")          self._font.addObserver( -            self, "_glyphOrderChanged","Font.GlyphOrderChanged") +            self, "_glyphOrderChanged", "Font.GlyphOrderChanged")          if self._font.glyphOrder is None:              # TODO: cannedDesign or carry sortDescriptor from previous font?              self.sortDescriptor = cannedDesign @@ -963,7 +963,7 @@ class MainWindow(QMainWindow):              self._font.glyphOrder = desc.glyphNames          else:              self._font.glyphOrder = self._font.unicodeData.sortGlyphNames( -                                        self._font.keys(), desc) +                self._font.keys(), desc)          self._sortDescriptor = desc      sortDescriptor = property(_get_sortDescriptor, _set_sortDescriptor, | 
