diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 12630239ab..b6d62ec3f0 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -391,7 +391,7 @@ UM.MainWindow PrintSetupTooltip { id: tooltip - sourceWidth: UM.Theme.getSize("print_setup_widget").width + sourceWidth: UM.Theme.getSize("print_setup_widget").width } } diff --git a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml index 3b090f7476..b1e8cc05d8 100644 --- a/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml +++ b/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml @@ -25,6 +25,13 @@ Item Custom = 1 } + // Catch all mouse events + MouseArea + { + anchors.fill: parent + hoverEnabled: true + } + // Set the current mode index to the value that is stored in the preferences or Recommended mode otherwise. property int currentModeIndex: {