Skip to content

Commit

Permalink
Update CustomSupport.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
5axes committed Mar 11, 2021
1 parent 9b7f2dc commit 0dd92fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomSupport.qml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Item

onCurrentIndexChanged:
{
UM.ActiveTool.setProperty("SubType",cbItems.get(currentIndex).text);
UM.ActiveTool.setProperty("SubType",cbItems.get(currentIndex).text);
}
}

Expand Down

0 comments on commit 0dd92fb

Please sign in to comment.