- added PDF file as type in the Recent File list and capability to load it from there

- PDF's can be drag & dropped on the GUI to be loaded
This commit is contained in:
Marius Stanciu
2019-04-22 19:18:23 +03:00
parent 7442af1b06
commit 8f1a0c1fdc
4 changed files with 11 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ class ToolPDF(FlatCAMTool):
return
# Register recent file
self.app.file_opened.emit("gerber", new_name)
self.app.file_opened.emit("gerber", filename)
# GUI feedback
self.app.inform.emit(_("[success] Opened: %s") % filename)