mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
a72180ebf2
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ class CuraApplication(QtApplication):
|
|||
# Handle Qt events
|
||||
def event(self, event):
|
||||
if event.type() == QEvent.FileOpen:
|
||||
Logger.log("i", "File open via Qt event: %s", event.file())
|
||||
self._openFile(event.file())
|
||||
|
||||
return super().event(event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue