diff options
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r-- | src/gui/progressbar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index 49bc3edd..e75b1d44 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -124,10 +124,13 @@ class ProgressBar : public gcn::Widget bool mSmoothColorChange; std::string mText; + bool mUpdated; static ImageRect mBorder; static int mInstances; static float mAlpha; + + static const gcn::Color TEXT_COLOR; }; #endif |