diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 20:51:49 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 20:51:49 +0000 |
| commit | fa08c83e29c3957dc433067bd874c4f0e82dd9f1 (patch) | |
| tree | 1a48af9eb2153a631136e7e4b57fb4bcf7d4c450 /utils/themeeditor/skindocument.h | |
| parent | 82ff776fbbf32e86cbc4c41b1290e369876f9f07 (diff) | |
| download | rockbox-fa08c83e29c3957dc433067bd874c4f0e82dd9f1.zip rockbox-fa08c83e29c3957dc433067bd874c4f0e82dd9f1.tar.gz rockbox-fa08c83e29c3957dc433067bd874c4f0e82dd9f1.tar.bz2 rockbox-fa08c83e29c3957dc433067bd874c4f0e82dd9f1.tar.xz | |
Theme Editor: Fixed status bar update bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26798 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |