mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:05:56 +08:00
Remove vestigial code
This commit is contained in:
parent
8f11c36658
commit
139a88a189
@ -367,14 +367,6 @@ UM.MainWindow
|
|||||||
action: actions.open;
|
action: actions.open;
|
||||||
MouseArea {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onEntered: {
|
|
||||||
buttonTooltip.targetId = parent;
|
|
||||||
mouse.accepted = false;
|
|
||||||
}
|
|
||||||
onExited: {
|
|
||||||
buttonTooltip.targetId = undefined;
|
|
||||||
mouse.accepted = false;
|
|
||||||
}
|
|
||||||
cursorShape: Qt.PointingHandCursor
|
cursorShape: Qt.PointingHandCursor
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user