log optimize
This commit is contained in:
parent
b123c56d11
commit
ca1129d31e
@ -40,7 +40,7 @@ Rectangle {
|
|||||||
|
|
||||||
onChildrenRectChanged: () => {
|
onChildrenRectChanged: () => {
|
||||||
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
||||||
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect)
|
console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
|
||||||
this.childrenRectWidth = childrenRect.width
|
this.childrenRectWidth = childrenRect.width
|
||||||
this.childrenRectHeight = childrenRect.height
|
this.childrenRectHeight = childrenRect.height
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Rectangle {
|
|||||||
|
|
||||||
onChildrenRectChanged: () => {
|
onChildrenRectChanged: () => {
|
||||||
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
||||||
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect)
|
console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
|
||||||
this.childrenRectWidth = childrenRect.width
|
this.childrenRectWidth = childrenRect.width
|
||||||
this.childrenRectHeight = childrenRect.height
|
this.childrenRectHeight = childrenRect.height
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onChildrenRectChanged: () => {
|
onChildrenRectChanged: () => {
|
||||||
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect)
|
console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
|
||||||
this.childrenRectWidth = childrenRect.width
|
this.childrenRectWidth = childrenRect.width
|
||||||
this.childrenRectHeight = childrenRect.height
|
this.childrenRectHeight = childrenRect.height
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Rectangle {
|
|||||||
|
|
||||||
onChildrenRectChanged: () => {
|
onChildrenRectChanged: () => {
|
||||||
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
console.log(tag, uuid + " widthSpec: " + widthSpec + " heightSpec: " + heightSpec)
|
||||||
console.log(tag, uuid + " childrenRect: " + uuid + " onChildrenRectChanged: " +childrenRect)
|
console.log(tag, uuid + " onChildrenRectChanged: " + childrenRect)
|
||||||
this.childrenRectWidth = childrenRect.width
|
this.childrenRectWidth = childrenRect.width
|
||||||
this.childrenRectHeight = childrenRect.height
|
this.childrenRectHeight = childrenRect.height
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user