From 35b6257f0f39f18b668e45905b31d5a4f63762e6 Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Thu, 8 Oct 2015 22:44:08 +0200 Subject: fontView: don't add characterSet glyphs in SortingDialog, beef up AddGlyphsDialog --- Lib/defconQt/glyphView.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/defconQt/glyphView.py') 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) -- cgit v1.2.3