diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-21 15:28:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-06-21 15:28:54 +0000 |
| commit | 309ef1b36240139a265dd501c00d219ecd7428ca (patch) | |
| tree | fe790367846b1e46210c17c59f58384354441fd3 | |
| parent | 19d19912b3f7ff117f4f9e8136c428b664d806cb (diff) | |
| download | enigma2-309ef1b36240139a265dd501c00d219ecd7428ca.tar.gz enigma2-309ef1b36240139a265dd501c00d219ecd7428ca.zip | |
add invalidate
| -rw-r--r-- | lib/service/listboxservice.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/listboxservice.cpp b/lib/service/listboxservice.cpp index f136d70a..bee0e322 100644 --- a/lib/service/listboxservice.cpp +++ b/lib/service/listboxservice.cpp @@ -690,6 +690,8 @@ void eListboxServiceContent::paint(gPainter &painter, eWindowStyle &style, const void eListboxServiceContent::setIgnoreService( const eServiceReference &service ) { m_is_playable_ignore=service; + if (m_listbox && m_listbox->isVisible()) + m_listbox->invalidate(); } void eListboxServiceContent::setItemHeight(int height) |
