Misclicking tool panel no longer hides it

This commit is contained in:
Jaime van Kessel 2016-03-29 15:47:40 +02:00
parent 6237767ba5
commit b5107b6ffa

View File

@ -93,6 +93,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 {