Ubuntu Pastebin

Paste from dandrader at Tue, 20 Oct 2015 15:30:14 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'qml/Stages/WindowResizeArea.qml'
--- qml/Stages/WindowResizeArea.qml     2015-09-29 12:48:46 +0000
+++ qml/Stages/WindowResizeArea.qml     2015-10-20 15:21:00 +0000
@@ -47,7 +47,7 @@ MouseArea {
     }
 
     Component.onDestruction: {
-        windowStateStorage.saveGeometry(root.windowId, Qt.rect(target.x, target.y, target.width, target.height))
+        //windowStateStorage.saveGeometry(root.windowId, Qt.rect(target.x, target.y, target.width, target.height))
     }
 
     QtObject {
Download as text