diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-21 20:11:58 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-21 20:11:58 +0000 |
| commit | e1d8a3dc63391098f9381a3cb33d73e69b46c006 (patch) | |
| tree | 0f503320d4fda330a003fe88ae7482537037db85 /utils/themeeditor/gui/skindocument.h | |
| parent | bd380b399323d15a1572cdc017e0f95b1b9db151 (diff) | |
| download | rockbox-e1d8a3dc63391098f9381a3cb33d73e69b46c006.zip rockbox-e1d8a3dc63391098f9381a3cb33d73e69b46c006.tar.gz rockbox-e1d8a3dc63391098f9381a3cb33d73e69b46c006.tar.bz2 rockbox-e1d8a3dc63391098f9381a3cb33d73e69b46c006.tar.xz | |
Theme Editor: Reworked information passing among render functions, now loads all viewports and shows Custom UI viewport in blue
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27026 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/skindocument.h')
| -rw-r--r-- | utils/themeeditor/gui/skindocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index 68bec43..f6ceb73 100644 --- a/utils/themeeditor/gui/skindocument.h +++ b/utils/themeeditor/gui/skindocument.h @@ -70,7 +70,7 @@ public: TabType type() const{ return Skin; } - QGraphicsScene* scene(){ return model->render(project); } + QGraphicsScene* scene(){ return model->render(project, &fileName); } signals: |