mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-28 04:12:01 +08:00
Misclicking tool panel no longer hides it
This commit is contained in:
parent
6237767ba5
commit
b5107b6ffa
@ -92,7 +92,11 @@ Item {
|
|||||||
anchors.margins: UM.Theme.getSize("default_lining").width
|
anchors.margins: UM.Theme.getSize("default_lining").width
|
||||||
|
|
||||||
target: Qt.point(-UM.Theme.getSize("default_margin").width, UM.Theme.getSize("button").height/2)
|
target: Qt.point(-UM.Theme.getSize("default_margin").width, UM.Theme.getSize("button").height/2)
|
||||||
arrowSize: parent.arrowSize
|
arrowSize: parent.arrowSize
|
||||||
|
MouseArea //Catch all mouse events (so scene doesnt handle them)
|
||||||
|
{
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user