mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix marketplace button not directing to the web marketplace
We generally disabled the clicks in the mouseArea of the tooltips. In this case though it should still accept the left click since it acts as a button. CURA-8125
This commit is contained in:
parent
8d194d79b5
commit
6abb029afd
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ Item
|
|||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
acceptedButtons: Qt.LeftButton
|
||||
onClicked: Qt.openUrlExternally(toolbox.getWebMarketplaceUrl("plugins"))
|
||||
UM.RecolorImage
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue