From e1d8a3dc63391098f9381a3cb33d73e69b46c006 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 21 Jun 2010 20:11:58 +0000 Subject: 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 --- utils/themeeditor/gui/skindocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/gui') diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index 68bec43913..f6ceb73e92 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: -- cgit v1.2.3