mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Accept click events on materials items in materials list
CURA-8979
This commit is contained in:
parent
c6bd020dec
commit
bd91078e6e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Rectangle
|
|||
{
|
||||
anchors.fill: parent
|
||||
text: material != null ? `${material.brand} ${material.name}` : ""
|
||||
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onClicked:
|
||||
{
|
||||
materialList.currentBrand = material.brand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue