Merge branch 'bugfix_CURA-3711_cli_open_file_jobname' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2017-05-03 14:17:52 +02:00
commit 4920646d85

View File

@ -1277,6 +1277,8 @@ class CuraApplication(QtApplication):
arranger = Arrange.create(scene_root = root)
min_offset = 8
self.fileLoaded.emit(filename)
for node in nodes:
node.setSelectable(True)
node.setName(os.path.basename(filename))