From fa08c83e29c3957dc433067bd874c4f0e82dd9f1 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 11 Jun 2010 20:51:49 +0000 Subject: Theme Editor: Fixed status bar update bug git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26798 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skindocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/skindocument.h') diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index 741359b..ccbb228 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -86,6 +86,8 @@ private: ParseTreeModel* model; QLabel* statusLabel; + + bool blockUpdate; }; #endif // SKINDOCUMENT_H -- cgit v1.1