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

@ -92,7 +92,11 @@ Item {
anchors.margins: UM.Theme.getSize("default_lining").width
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 {