mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix recently broken setting of gcode area value property setting on focus loss.
This commit is contained in:
parent
6fc824abd5
commit
f66bbf0dac
1 changed files with 1 additions and 1 deletions
|
|
@ -755,7 +755,7 @@ Cura.MachineAction
|
|||
{
|
||||
if(!activeFocus)
|
||||
{
|
||||
propertyProvider.setPropertyValue("value", gcodeField.text)
|
||||
propertyProvider.setPropertyValue("value", gcodeArea.text)
|
||||
}
|
||||
}
|
||||
Component.onCompleted:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue