mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 17:45:53 +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
|
# Handle Qt events
|
||||||
def event(self, event):
|
def event(self, event):
|
||||||
if event.type() == QEvent.FileOpen:
|
if event.type() == QEvent.FileOpen:
|
||||||
|
Logger.log("i", "File open via Qt event: %s", event.file())
|
||||||
self._openFile(event.file())
|
self._openFile(event.file())
|
||||||
|
|
||||||
return super().event(event)
|
return super().event(event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user