Fix drag mode cursor icon not updating properly

This commit is contained in:
GriffinR
2025-06-21 21:33:52 -04:00
parent 440c0f9d5c
commit 1ab07cf3c7
6 changed files with 32 additions and 38 deletions

View File

@@ -86,9 +86,6 @@ public:
void lockNondominantAxis(QGraphicsSceneMouseEvent *event);
QPoint adjustCoords(QPoint pos);
void setEditsEnabled(bool enabled) { this->editsEnabled = enabled; }
bool getEditsEnabled() { return this->editsEnabled; }
private:
void paintSmartPath(int x, int y, bool fromScriptCall = false);
static QList<int> smartPathTable;
@@ -96,8 +93,6 @@ private:
unsigned actionId_ = 0;
bool editsEnabled = true;
signals:
void startPaint(QGraphicsSceneMouseEvent *, LayoutPixmapItem *);
void endPaint(QGraphicsSceneMouseEvent *, LayoutPixmapItem *);