diff options
| author | Adrien Tétar | 2015-10-21 12:46:26 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-21 14:36:22 +0200 | 
| commit | 6c63f6679ca460b88cb4f2b42183f0ce010a0fc9 (patch) | |
| tree | 358a9b1e549543d024a90515b741b44ce53bd2c4 /Lib/defconQt/fontView.py | |
| parent | 28edc9e0588e9dbd6c4abb19be1e6450e74a61a0 (diff) | |
| download | trufont-6c63f6679ca460b88cb4f2b42183f0ce010a0fc9.tar.bz2 | |
meta: PEP8
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index 4b45ae0..02656f8 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -1024,7 +1024,8 @@ class MainWindow(QMainWindow):          glyphs = self.collectionWidget.glyphs          for key in self.collectionWidget.selection:              glyph = glyphs[key] -            glyph.markColor = Color(color.getRgbF()) if color is not None else None +            glyph.markColor = Color( +                color.getRgbF()) if color is not None else None      def _fontChanged(self, notification):          self.collectionWidget.update() | 
