From 49865b23f601e636c9a80b21826fc607f1964eb5 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 4 Aug 2010 09:16:52 +0000 Subject: Theme Editor: Began implementing code generation for movable viewports git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27691 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/skindocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/gui/skindocument.cpp') diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp index 15111cb..bd52685 100644 --- a/utils/themeeditor/gui/skindocument.cpp +++ b/utils/themeeditor/gui/skindocument.cpp @@ -301,7 +301,7 @@ void SkinDocument::codeChanged() if(lastUpdate.msecsTo(QTime::currentTime()) >= updateInterval) { - model->render(project, device, &fileName); + model->render(project, device, this, &fileName); checkUpdate.stop(); lastUpdate = QTime::currentTime(); } -- cgit v1.1