]> git.cworth.org Git - vogl/blobdiff - src/vogleditor/vogleditor_qtimelineview.h
UI: Fix issue #21: Resizing of vogleditor window is slow depending on trace size
[vogl] / src / vogleditor / vogleditor_qtimelineview.h
index 9fe85e8be9ad507f0607afc09ac97c2b04f82851..35d5ebe9b66f25a264777140a812bf41f48b7cd0 100644 (file)
@@ -101,7 +101,7 @@ private:
    QPixmap* m_pPixmap;
 
    void drawBaseTimeline(QPainter* painter, const QRect& rect, int gap);
-   void drawTimelineItem(QPainter* painter, vogleditor_timelineItem* pItem, int height);
+   void drawTimelineItem(QPainter* painter, vogleditor_timelineItem* pItem, int height, float &minimumOffset);
 
    float scaleDurationHorizontally(float value);
    float scalePositionHorizontally(float value);