Browse Source

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

Jaime van Kessel 7 years ago
parent
commit
e45d045880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/MachineSettingsAction/MachineSettingsAction.qml

+ 1 - 1
plugins/MachineSettingsAction/MachineSettingsAction.qml

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