git-svn-id: svn://db.shs.com.ru/libs@318 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -373,9 +373,9 @@ void BlockItem::hoverEnterEvent(QGraphicsSceneHoverEvent * e) {
|
|||||||
if (anim) {
|
if (anim) {
|
||||||
anim_thick.stop();
|
anim_thick.stop();
|
||||||
anim_thick.setStartValue(thickness());
|
anim_thick.setStartValue(thickness());
|
||||||
anim_thick.setEndValue(2);
|
anim_thick.setEndValue(2.5);
|
||||||
anim_thick.start();
|
anim_thick.start();
|
||||||
} else setThickness(2);
|
} else setThickness(2.5);
|
||||||
emit blockHoverEnter(this);
|
emit blockHoverEnter(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user