mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Misclicking tool panel no longer hides it
This commit is contained in:
parent
981e3f3851
commit
ced7484953
1 changed files with 5 additions and 1 deletions
|
|
@ -87,7 +87,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…
Add table
Add a link
Reference in a new issue