mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:55:57 +08:00
Accept click events on materials items in materials list
CURA-8979
This commit is contained in:
parent
c6bd020dec
commit
bd91078e6e
@ -66,7 +66,7 @@ Rectangle
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: material != null ? `${material.brand} ${material.name}` : ""
|
text: material != null ? `${material.brand} ${material.name}` : ""
|
||||||
|
acceptedButtons: Qt.LeftButton
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
materialList.currentBrand = material.brand;
|
materialList.currentBrand = material.brand;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user