Merge branch 'mb-fix-gcodeArea' of https://github.com/smartavionics/Cura

This commit is contained in:
Jaime van Kessel 2017-07-19 09:50:49 +02:00
commit e45d045880

View File

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