CPersonalizeGui::changeNotify: Fix display error

Signed-off-by: Thilo Graf <dbt@novatux.de>

Resolves issue for repaint of observed items in personalize menu.
In this case, text of item 'TV-' and 'Radio-Mode' was not updated
after switched tv/radio mode item


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8f5f6fa0b3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-04-09 (Wed, 09 Apr 2014)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-04-09 09:26:25 +02:00
committed by Thilo Graf
parent d37b82c7d4
commit 5006d78206

View File

@@ -631,6 +631,7 @@ bool CPersonalizeGui::changeNotify(const neutrino_locale_t locale, void *data)
chooser->setActive(true); chooser->setActive(true);
chooser->setOption(PERSONALIZE_MODE_VISIBLE); chooser->setOption(PERSONALIZE_MODE_VISIBLE);
} }
chooser->paint(false);
} }
} }
} }