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
This commit is contained in:
M. Liebmann
2014-04-09 09:26:25 +02:00
committed by Thilo Graf
parent e07af686f0
commit 8f5f6fa0b3

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);
}
}
}