X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fservice%2Flistboxservice.cpp;h=bee0e322d9bd6e73520a0807a9258697467fade5;hb=04f4636324ab06c5a3a4f618100048e159eaf6f9;hp=10f57565f9691bb1d79cf2143c672dd4cddfc3fa;hpb=325d00ce4ba8a2b239b0837e878d5c2721e5682a;p=vuplus_dvbapp diff --git a/lib/service/listboxservice.cpp b/lib/service/listboxservice.cpp index 10f5756..bee0e32 100644 --- a/lib/service/listboxservice.cpp +++ b/lib/service/listboxservice.cpp @@ -690,9 +690,11 @@ 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(); } -int eListboxServiceContent::setItemHeight(int height) +void eListboxServiceContent::setItemHeight(int height) { m_itemheight = height; if (m_listbox)