Skip to content

Commit 93d7296

Browse files
committed
Give progress window a parent
1 parent d429168 commit 93d7296

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/batch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def result(path):
235235
if path:
236236
root = path[0]
237237

238-
progress = self.startProgress("Generating...")
238+
progress = self.startProgress("Generating...", parent=self.w)
239239
try:
240240
self.report = Report()
241241
self.report.writeTitle("Batch Generate:")

0 commit comments

Comments
 (0)