[vlc-commits] Qt: EPGItem: do not call update
    Francois Cartegnie 
    git at videolan.org
       
    Mon Dec 19 21:17:46 CET 2016
    
    
  
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 19 17:19:51 2016 +0100| [d247cf9ff51a0deb20013bb6be03eb7619e51ac2] | committer: Francois Cartegnie
Qt: EPGItem: do not call update
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d247cf9ff51a0deb20013bb6be03eb7619e51ac2
---
 modules/gui/qt/components/epg/EPGItem.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/components/epg/EPGItem.cpp b/modules/gui/qt/components/epg/EPGItem.cpp
index 2ba01e0..24242e4 100644
--- a/modules/gui/qt/components/epg/EPGItem.cpp
+++ b/modules/gui/qt/components/epg/EPGItem.cpp
@@ -171,8 +171,8 @@ bool EPGItem::setData( const vlc_epg_event_t *data )
         m_shortDescription = newshortdesc;
         setDuration( data->i_duration );
         setRating( data->i_rating );
-        update();
         updatePos();
+        prepareGeometryChange();
         return true;
     }
     return false;
    
    
More information about the vlc-commits
mailing list