Fix job name UI binding

CURA-5367

UI should always refer to PrintInformation for the job name.
This commit is contained in:
Lipu Fei 2018-06-05 08:58:07 +02:00
parent 39b71add07
commit bbd019f9e5
2 changed files with 2 additions and 3 deletions

View file

@ -302,7 +302,6 @@ class CuraApplication(QtApplication):
self._platform_activity = False
self._scene_bounding_box = AxisAlignedBox.Null
self._job_name = None
self._center_after_select = False
self._camera_animation = None
self._cura_actions = None