mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 11:28:58 +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)
|
if(!activeFocus)
|
||||||
{
|
{
|
||||||
propertyProvider.setPropertyValue("value", gcodeField.text)
|
propertyProvider.setPropertyValue("value", gcodeArea.text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user