Clear existing map layouts when opening a new project
This commit is contained in:
parent
1de1ab94ff
commit
7758124235
1 changed files with 2 additions and 0 deletions
|
@ -308,6 +308,8 @@ void Project::updateMapsWithConnections(Map *map) {
|
|||
}
|
||||
|
||||
void Project::readMapLayoutsTable() {
|
||||
mapLayoutsTable.clear();
|
||||
|
||||
QString layoutsText = readTextFile(getMapLayoutsTableFilepath());
|
||||
QList<QStringList>* values = parseAsm(layoutsText);
|
||||
bool inLayoutPointers = false;
|
||||
|
|
Loading…
Reference in a new issue