bugfix in flipcards-animation

This commit is contained in:
doitux
2012-05-06 21:22:04 +00:00
parent a24b07c82c
commit 05e2727bf8
+1 -1
View File
@@ -156,7 +156,7 @@ void MyCardsPixmapLabel::nextFlipCardsFrame()
flipCardsAction2 = TRUE; flipCardsAction2 = TRUE;
} else { } else {
//dann front vergrößern //dann front vergrößern
if (frameFlipCardsAction2Size < 0.9 ) { if (frameFlipCardsAction2Size < 0.95 ) {
frameFlipCardsAction2Size += flipCardsScaleIntervall; frameFlipCardsAction2Size += flipCardsScaleIntervall;
update(); update();
} else { } else {