mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:15:55 +08:00
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
This commit is contained in:
commit
a72180ebf2
@ -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…
x
Reference in New Issue
Block a user