From a54bfaa69e33b22e8c872298103c5f07d4d59dc5 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 1 Jul 2010 20:30:19 +0000 Subject: Theme Editor: Renderer now adds a newline after EVERY logical line in the parse tree git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27222 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/graphics/rbviewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor/graphics/rbviewport.h') diff --git a/utils/themeeditor/graphics/rbviewport.h b/utils/themeeditor/graphics/rbviewport.h index ee7d0540eb..2aff315873 100644 --- a/utils/themeeditor/graphics/rbviewport.h +++ b/utils/themeeditor/graphics/rbviewport.h @@ -53,7 +53,7 @@ public: void makeCustomUI(){ customUI = true; } void clearCustomUI(){ customUI = false; } - void newLine(bool force = false); + void newLine(); void write(QString text); void alignText(Alignment align){ textAlign = align; } -- cgit v1.2.3