From f0ffdc1a606db8af02463f164017fdefa6e68819 Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Thu, 8 Oct 2015 21:20:41 +0200 Subject: meta: a few bug fixes with existing widgets --- Lib/defconQt/fontView.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/defconQt/fontView.py') 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 = [] -- cgit v1.2.3