Skip to content

Commit

Permalink
Merge pull request #946 from Ultimaker/CURA-11697
Browse files Browse the repository at this point in the history
Fix checkbox tooltip
  • Loading branch information
saumyaj3 authored Mar 14, 2024
2 parents eb788b3 + 14af3ff commit 3d43e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/Qt/qml/UM/CheckBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CheckBox
verticalAlignment: Text.AlignVCenter
leftPadding: control.indicator.width
}
ToolTip
UM.ToolTip
{
id: tooltip
text: ""
Expand Down

0 comments on commit 3d43e97

Please sign in to comment.