diff options
Diffstat (limited to 'Lib/defconQt/fontView.py')
| -rw-r--r-- | Lib/defconQt/fontView.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py index 86ae719..c3e4854 100644 --- a/Lib/defconQt/fontView.py +++ b/Lib/defconQt/fontView.py @@ -357,7 +357,7 @@ class MainWindow(QMainWindow): path = os.path.dirname(path) # TODO: I note that a change of self.font often goes with setWindowTitle(). # Be more DRY. - self.font = Font(path) + self.font = TFont(path) self.setWindowTitle() def saveFile(self, path=None): |
