mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
Fix recently broken setting of gcode area value property setting on focus loss.
This commit is contained in:
parent
6fc824abd5
commit
f66bbf0dac
@ -755,7 +755,7 @@ Cura.MachineAction
|
||||
{
|
||||
if(!activeFocus)
|
||||
{
|
||||
propertyProvider.setPropertyValue("value", gcodeField.text)
|
||||
propertyProvider.setPropertyValue("value", gcodeArea.text)
|
||||
}
|
||||
}
|
||||
Component.onCompleted:
|
||||
|
Loading…
x
Reference in New Issue
Block a user