Fix for media item toolbar not grabbable

preferencesAboutTextFull
Craig Watson 8 years ago
parent 01bfc27f87
commit 85f14002a6
  1. 2
      src/domain/UBGraphicsItemDelegate.cpp

@ -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;
} }

Loading…
Cancel
Save