diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-12 06:07:50 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-12 06:07:50 +0000 |
| commit | 64af2b3a16c1fc9968b50223b79321ca04cc53e4 (patch) | |
| tree | a34a9330f320846e07479791c7a664e3f8d979e9 /utils/themeeditor/graphics/rbprogressbar.h | |
| parent | bae183633705b087f80afe11a36772f553a5cb26 (diff) | |
| download | rockbox-64af2b3a16c1fc9968b50223b79321ca04cc53e4.zip rockbox-64af2b3a16c1fc9968b50223b79321ca04cc53e4.tar.gz rockbox-64af2b3a16c1fc9968b50223b79321ca04cc53e4.tar.bz2 rockbox-64af2b3a16c1fc9968b50223b79321ca04cc53e4.tar.xz | |
Theme Editor: Made %pv tag display bar and select from conditional branches correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27398 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/graphics/rbprogressbar.h')
| -rw-r--r-- | utils/themeeditor/graphics/rbprogressbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/graphics/rbprogressbar.h b/utils/themeeditor/graphics/rbprogressbar.h index edcdd01..e724798 100644 --- a/utils/themeeditor/graphics/rbprogressbar.h +++ b/utils/themeeditor/graphics/rbprogressbar.h @@ -34,7 +34,7 @@ class RBProgressBar : public QGraphicsItem { public: RBProgressBar(RBViewport* parent, const RBRenderInfo& info, - int paramCount, skin_tag_parameter* params); + int paramCount, skin_tag_parameter* params, bool pv = 0); virtual ~RBProgressBar(); QRectF boundingRect() const; |