Misclicking tool panel no longer hides it

This commit is contained in:
Jaime van Kessel 2016-03-29 15:43:45 +02:00
parent 981e3f3851
commit ced7484953

View File

@ -88,6 +88,10 @@ Item {
target: Qt.point(-UM.Theme.getSize("default_margin").width, UM.Theme.getSize("button").height/2)
arrowSize: parent.arrowSize
MouseArea //Catch all mouse events (so scene doesnt handle them)
{
anchors.fill: parent
}
}
Loader {