소스 검색

One single commit; drops memory usage by 1000%

Change-Id: Id6c256f3b176e534c8fb57b15f4572387e949db3
Donald Carr 9 년 전
부모
커밋
4582ae027e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      ImageBoxBody.qml

+ 3 - 0
ImageBoxBody.qml

@@ -34,6 +34,9 @@ Image {
     signal beginContact(Fixture other)
     signal endContact(Fixture other)
 
+    sourceSize.height: height
+    sourceSize.width: width
+
     Body {
         id: boxBody