Commit 8b30c605 authored by JC Brand's avatar JC Brand

Call minimize() not hide() when minimizing

parent ce9008a5
......@@ -2116,7 +2116,7 @@
onMinimizedChanged: function (item) {
if (item.get('minimized')) {
this.hide();
this.minimize();
} else {
this.maximize();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment