Commit d8cba93d authored by Craig Watson's avatar Craig Watson

Fix video progress indicator displaying badly when above another element

parent 0085d4dd
......@@ -1323,6 +1323,7 @@ void DelegateMediaControl::paint(QPainter *painter,
QRectF r(position - radius, clearance+mSeecAreaBorderHeight, radius * 2, radius * 2);
painter->setBrush(UBSettings::documentViewLightColor);
painter->setPen(Qt::black);
painter->drawEllipse(r);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment