mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +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
|
||||
text: material != null ? `${material.brand} ${material.name}` : ""
|
||||
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onClicked:
|
||||
{
|
||||
materialList.currentBrand = material.brand;
|
||||
|
Loading…
x
Reference in New Issue
Block a user