aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/fontView.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-07-01 10:13:38 +0200
committerAdrien Tétar2015-07-01 10:13:38 +0200
commit2cb5646c5c49258398ad346bd1a975c6b9c79bd6 (patch)
treea66794ab0e9a5b532239c8e9d7a8548344de67d9 /Lib/defconQt/fontView.py
parentf61fceb21c8d4657f9394517cf6fb65523161e47 (diff)
downloadtrufont-2cb5646c5c49258398ad346bd1a975c6b9c79bd6.tar.bz2
spaceCenter: show active letter bbox, allow opening glyphView, showMetrics, verticalFlip, proportional scrolling, enforce int spacing values in the widget, nits
Diffstat (limited to 'Lib/defconQt/fontView.py')
-rw-r--r--Lib/defconQt/fontView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py
index 262e24b..a4f1e5c 100644
--- a/Lib/defconQt/fontView.py
+++ b/Lib/defconQt/fontView.py
@@ -611,7 +611,7 @@ class MainWindow(QMainWindow):
action = self.sender()
self.characterWidget.markSelection(action.data())
- def _fontChanged(self, event):
+ def _fontChanged(self, notification):
self.characterWidget.update()
def _glyphOpened(self, name):