mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:29:05 +08:00
Remove vestigial code
This commit is contained in:
parent
8f11c36658
commit
139a88a189
@ -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…
x
Reference in New Issue
Block a user