SettingsMenu: Fix help label sometimes not appearing

This commit is contained in:
Jonas Kulla 2014-11-28 06:04:34 +01:00
parent 276160f0d5
commit c2f8b6b749
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ struct Label : Widget
Label(SMP *p, const IntRect &rect,
const char *str, uint8_t r, uint8_t g, uint8_t b)
: Widget(p, rect),
str(str)
str(str),
visible(true)
{
c.r = r;
c.g = g;