don't hide the window immediately

This commit is contained in:
Marco Martin 2015-06-11 18:06:45 -07:00
parent 3d05b209d8
commit b1de6bcb24

View file

@ -137,7 +137,7 @@ Window {
anchors.fill: parent
onClicked: {
mouseArea.state = "closed";
window.visible = false;
//window.visible = false;
}
}