Scroll view to follow cursor

This commit is contained in:
G.K.MacGregor
2021-05-09 16:34:53 +01:00
parent 56e7b0500c
commit 8903703064
2 changed files with 2 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ class LevelOneScene : public QGraphicsScene
public:
LevelOneScene(QWidget *, QObject *parent = nullptr);
void setBorderDimensions(int, int, int, int, int);
QGraphicsRectItem *cursorRectItem() const { return m_cursorRectItem; }
public slots:
void updateCursor();