mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue