Fix some issues with map connections after layout split

This commit is contained in:
GriffinR
2025-01-29 13:48:03 -05:00
parent de78a1172d
commit 5a6d5ea929
8 changed files with 57 additions and 100 deletions

View File

@@ -91,7 +91,7 @@ public:
void removeConnection(MapConnection *);
void addConnection(MapConnection *);
void loadConnection(MapConnection *);
QRect getConnectionRect(const QString &direction, Layout *fromLayout = nullptr);
QRect getConnectionRect(const QString &direction, Layout *fromLayout = nullptr) const;
QPixmap renderConnection(const QString &direction, Layout *fromLayout = nullptr);
QUndoStack* editHistory() const { return m_editHistory; }