From d8827b5ff10c66a065a210d8aaf1d88214ee1070 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 18 Jun 2010 21:10:01 +0000 Subject: Theme Editor: Working on rendering viewports, display will now show %V(...) viewports as red rectangles over backdrop or background color git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26940 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/skindocument.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/gui/skindocument.cpp') diff --git a/utils/themeeditor/gui/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp index aeefcc38f4..6d28de38a8 100644 --- a/utils/themeeditor/gui/skindocument.cpp +++ b/utils/themeeditor/gui/skindocument.cpp @@ -257,6 +257,8 @@ void SkinDocument::codeChanged() else emit titleChanged(titleText); + model->render(project); + cursorChanged(); } -- cgit v1.2.3