add invalidate
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 21 Jun 2008 15:28:54 +0000 (15:28 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Sat, 21 Jun 2008 15:28:54 +0000 (15:28 +0000)
lib/service/listboxservice.cpp

index f136d70..bee0e32 100644 (file)
@@ -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)