qslider (no allin possible) bugfix, fadeout android bugfix, gui tweaks
for android
This commit is contained in:
@@ -260,3 +260,12 @@ void MyCardsPixmapLabel::mouseReleaseEvent(QMouseEvent * event)
|
||||
|
||||
QLabel::mouseReleaseEvent(event);
|
||||
}
|
||||
|
||||
void MyCardsPixmapLabel::setFront ( const QPixmap& theValue )
|
||||
{
|
||||
#ifdef GUI_800x480
|
||||
front = theValue.scaled(width(), height(), Qt::IgnoreAspectRatio, Qt::SmoothTransformation);;
|
||||
#else
|
||||
front = theValue;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user