|
|
|
|
@ -157,7 +157,7 @@ void StyleHelper::verticalGradient(QPainter* painter, const QRect &spanRect, con |
|
|
|
|
QColor keyColor = baseColor(lightColored); |
|
|
|
|
key.sprintf("mh_vertical %d %d %d %d %d", |
|
|
|
|
spanRect.width(), spanRect.height(), clipRect.width(), |
|
|
|
|
clipRect.height(), keyColor.rgb());; |
|
|
|
|
clipRect.height(), keyColor.rgb()); |
|
|
|
|
|
|
|
|
|
QPixmap pixmap; |
|
|
|
|
if (!QPixmapCache::find(key, pixmap)) { |
|
|
|
|
|