Fix typo in region map layout save
This commit is contained in:
parent
0da261961b
commit
6332e74d1f
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ void RegionMap::saveLayout() {
|
|||
text += this->layouts["main"][i].map_section + ", ";
|
||||
}
|
||||
text.chop(2);
|
||||
text += "},-\n";
|
||||
text += "},\n";
|
||||
}
|
||||
} else {
|
||||
logError(QString("Failed to save region map layout for %1").arg(this->layout_array_label));
|
||||
|
|
Loading…
Reference in a new issue