Fix recently broken setting of gcode area value property setting on focus loss.

This commit is contained in:
Mark Burton 2017-07-17 22:01:43 +01:00
parent 6fc824abd5
commit f66bbf0dac

View File

@ -755,7 +755,7 @@ Cura.MachineAction
{
if(!activeFocus)
{
propertyProvider.setPropertyValue("value", gcodeField.text)
propertyProvider.setPropertyValue("value", gcodeArea.text)
}
}
Component.onCompleted: