bugfix in flipcards-animation
This commit is contained in:
@@ -156,7 +156,7 @@ void MyCardsPixmapLabel::nextFlipCardsFrame()
|
||||
flipCardsAction2 = TRUE;
|
||||
} else {
|
||||
//dann front vergrößern
|
||||
if (frameFlipCardsAction2Size < 0.9 ) {
|
||||
if (frameFlipCardsAction2Size < 0.95 ) {
|
||||
frameFlipCardsAction2Size += flipCardsScaleIntervall;
|
||||
update();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user