Call minimize() not hide() when minimizing

This commit is contained in:
JC Brand 2016-03-09 10:00:11 +00:00
parent ce9008a56a
commit 8b30c60592

View File

@ -2116,7 +2116,7 @@
onMinimizedChanged: function (item) {
if (item.get('minimized')) {
this.hide();
this.minimize();
} else {
this.maximize();
}