Fix the platform activity check

Contributes to #128
This commit is contained in:
Arjen Hiemstra 2015-07-15 10:11:19 +02:00
parent c1d8e204b7
commit a84a5d784a
2 changed files with 12 additions and 24 deletions

View file

@ -43,7 +43,6 @@ UM.MainWindow {
}
onTriggered: {
UM.MeshFileHandler.readLocalFile(modelData);
Printer.setPlatformActivity(true)
}
}
onObjectAdded: fileMenu.insertItem(index, object)
@ -415,7 +414,6 @@ UM.MainWindow {
onAccepted:
{
UM.MeshFileHandler.readLocalFile(fileUrl)
Printer.setPlatformActivity(true)
}
}