mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'mb-fix-gcodeArea' of https://github.com/smartavionics/Cura
This commit is contained in:
commit
e45d045880
1 changed files with 1 additions and 1 deletions
|
|
@ -755,7 +755,7 @@ Cura.MachineAction
|
||||||
{
|
{
|
||||||
if(!activeFocus)
|
if(!activeFocus)
|
||||||
{
|
{
|
||||||
propertyProvider.setPropertyValue("value", gcodeField.text)
|
propertyProvider.setPropertyValue("value", gcodeArea.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue