mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-20 07:36:31 -05:00
Fix some issues with map connections after layout split
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user