mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove vestigial code
This commit is contained in:
parent
8f11c36658
commit
139a88a189
1 changed files with 0 additions and 8 deletions
|
|
@ -367,14 +367,6 @@ UM.MainWindow
|
|||
action: actions.open;
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onEntered: {
|
||||
buttonTooltip.targetId = parent;
|
||||
mouse.accepted = false;
|
||||
}
|
||||
onExited: {
|
||||
buttonTooltip.targetId = undefined;
|
||||
mouse.accepted = false;
|
||||
}
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
acceptedButtons: Qt.NoButton
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue