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
------------------
Commit: 8f5f6fa0b3
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-04-09 (Wed, 09 Apr 2014)
This commit is contained in:
Michael Liebmann
2014-04-09 09:26:25 +02:00
committed by Thilo Graf
parent 0da9d7bd7f
commit 687ee118e6

View File

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