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.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/defconQt/fontView.py b/Lib/defconQt/fontView.py
index a4f1e5c..a701562 100644
--- a/Lib/defconQt/fontView.py
+++ b/Lib/defconQt/fontView.py
@@ -617,7 +617,6 @@ class MainWindow(QMainWindow):
def _glyphOpened(self, name):
from glyphView import MainGfxWindow
glyphViewWindow = MainGfxWindow(self.font, self.font[name], self)
- glyphViewWindow.setAttribute(Qt.WA_DeleteOnClose)
glyphViewWindow.show()
def _selectionChanged(self, count, glyph):