444 # Check if value has changed |
444 # Check if value has changed |
445 if child.value != newItem.value: |
445 if child.value != newItem.value: |
446 child.value = newItem.value |
446 child.value = newItem.value |
447 child.valueShort = newItem.valueShort |
447 child.valueShort = newItem.valueShort |
448 child.tooltip = newItem.tooltip |
448 child.tooltip = newItem.tooltip |
|
449 child.nameWithId = newItem.nameWithId |
449 |
450 |
450 child.currentCount = -1 |
451 child.currentCount = -1 |
451 child.populated = False |
452 child.populated = False |
452 child.childCount = newItem.childCount |
453 child.childCount = newItem.childCount |
453 |
454 |