diff options
| author | Adrien Tétar | 2015-09-29 20:54:18 +0200 |
|---|---|---|
| committer | Adrien Tétar | 2015-09-29 20:54:18 +0200 |
| commit | 18cef5b68f5c1eaa0c4e576f9704ba9175c6b159 (patch) | |
| tree | 3496aff8816334ac57c9dccd6be691f030ee7622 /Lib/defconQt/fontInfo.py | |
| parent | 66aa3275652c4e860bb12202586558ceabd2e0e9 (diff) | |
| download | trufont-18cef5b68f5c1eaa0c4e576f9704ba9175c6b159.tar.bz2 | |
fontView: don't overwrite naming data on paste, add reload from disk functionality, nits
Diffstat (limited to 'Lib/defconQt/fontInfo.py')
| -rw-r--r-- | Lib/defconQt/fontInfo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/fontInfo.py b/Lib/defconQt/fontInfo.py index cee16f3..4625eec 100644 --- a/Lib/defconQt/fontInfo.py +++ b/Lib/defconQt/fontInfo.py @@ -11,7 +11,7 @@ class TabDialog(QDialog): super(TabDialog, self).__init__(parent) self.font = font - self.tabWidget = InfoTabWidget() + self.tabWidget = InfoTabWidget(self) self.tabWidget.addNamedTab(GeneralTab(self.font)) self.tabWidget.addNamedTab(MetricsTab(self.font)) self.tabWidget.addNamedTab(OpenTypeTab(self.font)) |
