Update color of material after accepting the color dialog

CURA-8938
This commit is contained in:
casper 2022-03-02 11:52:30 +01:00
parent 4853350638
commit 3cba9a9c7e

View file

@ -222,6 +222,7 @@ Item
id: colorDialog
title: catalog.i18nc("@title", "Material color picker")
color: properties.color_code
onAccepted: base.setMetaDataEntry("color_code", properties.color_code, color)
}
}