forked from len0rd/rockbox
Theme Editor: Implemented resizing in RBMovable subclasses. Implementation is still somewhat crash-prone, but mostly works at this point
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27729 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b49ef2ade
commit
10b9e3b024
10 changed files with 249 additions and 38 deletions
|
@ -103,11 +103,6 @@ RBProgressBar::~RBProgressBar()
|
|||
delete bitmap;
|
||||
}
|
||||
|
||||
QRectF RBProgressBar::boundingRect() const
|
||||
{
|
||||
return size;
|
||||
}
|
||||
|
||||
void RBProgressBar::paint(QPainter *painter,
|
||||
const QStyleOptionGraphicsItem *option,
|
||||
QWidget *widget)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue