From 6abb029afdbda036f949bc3da95abd6d365ff24d Mon Sep 17 00:00:00 2001 From: Kostas Karmas Date: Tue, 30 Mar 2021 11:40:03 +0200 Subject: [PATCH] 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 --- plugins/Toolbox/resources/qml/components/ToolboxHeader.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml index 3cba9a9ece..0c57e5fc5c 100644 --- a/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml +++ b/plugins/Toolbox/resources/qml/components/ToolboxHeader.qml @@ -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 {