Fix comment location

CURA-4048
This commit is contained in:
Lipu Fei 2017-07-27 09:50:14 +02:00
parent 88ff975d15
commit 0ab41d8ac2

View File

@ -611,8 +611,8 @@ class CuraEngineBackend(QObject, Backend):
if self._process:
Logger.log("d", "Backend quit with return code %s. Resetting process and socket.", self._process.wait())
self._process = None
## Called when the global container stack changes
## Called when the global container stack changes
def _onGlobalStackChanged(self):
if self._global_container_stack:
self._global_container_stack.propertyChanged.disconnect(self._onSettingChanged)