diff options
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index c7fdccf..c33f8c3 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -469,7 +469,7 @@ class SortDialog(QDialog): self.setWindowModality(Qt.WindowModal) self.setWindowTitle("Sort…") - self.smartSortBox = QRadioButton("Optimized sort", self) + self.smartSortBox = QRadioButton("Canned sort", self) self.smartSortBox.setToolTip("A combination of simple, complex and " "custom sorts that give optimized " "ordering results.") @@ -1114,7 +1114,8 @@ class MainWindow(QMainWindow): self.metricsWindow.show() else: self.metricsWindow.raise_() - # TODO: decouple + # TODO: default string kicks-in on the window before this. Figure out + # how to make a clean interface selection = self.collectionWidget.selection if selection: glyphs = [] |
