A small correction for audio item design... strange, it was good on windows and linux, but works not the same on mac.

preferencesAboutTextFull
Aleksei Kanash 12 years ago
parent 38d759fd4a
commit 070d03401c
  1. 2
      src/domain/UBGraphicsMediaItem.cpp

@ -42,7 +42,7 @@ void UBAudioPresentationWidget::paintEvent(QPaintEvent *event)
mask_img.fill(0xff);
QPainter mask_painter(&mask_img);
mask_painter.setBrush(QBrush( QColor(0, 0, 0)));
mask_painter.drawRoundedRect(1,1, width()-3, height()-3, height()/5, height()/5);
mask_painter.drawRoundedRect(1,1, width()-2, height()-2, height()/5, height()/5);
setMask(QBitmap::fromImage(mask_img));

Loading…
Cancel
Save