Commit 85f14002 authored by Craig Watson's avatar Craig Watson

Fix for media item toolbar not grabbable

parent 01bfc27f
...@@ -1331,7 +1331,7 @@ void DelegateMediaControl::paint(QPainter *painter, ...@@ -1331,7 +1331,7 @@ void DelegateMediaControl::paint(QPainter *painter,
QPainterPath DelegateMediaControl::shape() const QPainterPath DelegateMediaControl::shape() const
{ {
QPainterPath path; QPainterPath path;
path.addRoundedRect(rect(), rect().height()/ 2, rect().height()/2); path.addRoundedRect(mSeecArea, mSeecArea.height()/2, mSeecArea.height()/2);
return path; return path;
} }
......
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