aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/fontView.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/defconQt/fontView.py')
-rw-r--r--Lib/defconQt/fontView.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py
index 0cf6dc2..23ac268 100644
--- a/Lib/defconQt/fontView.py
+++ b/Lib/defconQt/fontView.py
@@ -673,6 +673,8 @@ class MainWindow(QMainWindow):
if path is None and self.font.path is None:
self.saveFileAs()
else:
+ if path is None:
+ path = self.font.path
glyphs = self.collectionWidget.glyphs
# TODO: save sortDescriptor somewhere in lib as well
glyphNames = []