mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 18:24:27 +08: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
@ -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…
x
Reference in New Issue
Block a user