diff options
| author | Adrien Tétar | 2015-10-08 22:44:08 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-10-08 22:44:08 +0200 | 
| commit | 35b6257f0f39f18b668e45905b31d5a4f63762e6 (patch) | |
| tree | 2b0802900fb114f3995bee42777cf99a6ea94c66 /Lib/defconQt/glyphView.py | |
| parent | f0ffdc1a606db8af02463f164017fdefa6e68819 (diff) | |
| download | trufont-35b6257f0f39f18b668e45905b31d5a4f63762e6.tar.bz2 | |
fontView: don't add characterSet glyphs in SortingDialog, beef up AddGlyphsDialog
Diffstat (limited to 'Lib/defconQt/glyphView.py')
| -rw-r--r-- | Lib/defconQt/glyphView.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Lib/defconQt/glyphView.py b/Lib/defconQt/glyphView.py index 222e433..d2eac03 100644 --- a/Lib/defconQt/glyphView.py +++ b/Lib/defconQt/glyphView.py @@ -36,6 +36,7 @@ class GotoDialog(QDialog):          self.beginsWithBox.toggled.connect(self.updateGlyphList)          self.glyphList = QListWidget(self) +        self.glyphList.itemDoubleClicked.connect(self.accept)          buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)          buttonBox.accepted.connect(self.accept) | 
