@ -869,20 +869,9 @@ Item {
mouse . accepted = false ;
}
onContainsMouseChanged: {
/ / i f ( ! c o n t a i n s M o u s e ) {
/ / h i d d e n S p a c e r L e f t . n S c a l e = 0 ;
/ / h i d d e n S p a c e r R i g h t . n S c a l e = 0 ;
/ / }
}
onEntered: {
layoutsContainer . hoveredIndex = index ;
/ / m o u s e E n t e r e d = t r u e ;
/ * i c L i s t . m o u s e W a s E n t e r e d ( i n d e x - 2 , f a l s e ) ;
icList . mouseWasEntered ( index + 2 , false ) ;
icList . mouseWasEntered ( index - 1 , true ) ;
icList . mouseWasEntered ( index + 1 , true ) ; * /
if ( root . isHorizontal ) {
layoutsContainer . currentSpot = mouseX ;
wrapper . calculateScales ( mouseX ) ;
@ -921,7 +910,11 @@ Item {
mouse . accepted = false ;
}
onPressed: pressed = true ;
onPressed: {
pressed = true ;
mouse . accepted = false ;
}
onReleased: pressed = false ;
}
@ -1004,6 +997,8 @@ Item {
alwaysRunToEnd: true
running: appletMouseArea . pressed
onStopped: appletMouseArea . pressed = false ;
ParallelAnimation {
PropertyAnimation {
target: clickedEffect