Stop tileset editor from scrolling to map's selection when saving

This commit is contained in:
GriffinR
2023-02-28 14:45:38 -05:00
parent cdf4556e23
commit 0b293d2af0
3 changed files with 8 additions and 6 deletions

View File

@@ -164,6 +164,7 @@ private:
QGraphicsScene *selectedTileScene = nullptr;
QGraphicsPixmapItem *selectedTilePixmapItem = nullptr;
QGraphicsScene *metatileLayersScene = nullptr;
bool lockSelection = false;
signals:
void tilesetsSaved(QString, QString);