effects/private: Drop opacity binding inside WindowHeapDelegate
This targetOpacity is nowhere to be found. This is a relic of past development. Currently code that needs to alter opacity based on drag state does so externally by setting opacity on a delegate as a whole.
This commit is contained in:
parent
a7520b3659
commit
f1a45b6509
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ Item {
|
|||
thumb.activeDragHandler.centroid.position.y
|
||||
width: cell.width * thumb.targetScale
|
||||
height: cell.height * thumb.targetScale
|
||||
opacity: thumb.activeDragHandler.targetOpacity
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue