]> git.sesse.net Git - kdenlive/blobdiff - src/guide.h
- fix guides width being smaller when just added
[kdenlive] / src / guide.h
index e777e00194e09f16b448182761285e23eb756e3a..dc455a598380caf50d391d1f91005c9fda40c4dd 100644 (file)
@@ -41,6 +41,7 @@ public:
     virtual int type() const;
     virtual void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *w);
     virtual QRectF boundingRect() const;
+    virtual QPainterPath shape() const;
 
 protected:
     virtual void hoverEnterEvent(QGraphicsSceneHoverEvent *);