bugfix in flipcards-animation
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user