Fix bug where map border became visible after editing the border metatiles when 'show borders' is disabled
This commit is contained in:
parent
e42c2e1a81
commit
2d3a10fdd8
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ void Editor::onConnectionDirectionChanged(QString newDirection) {
|
|||
|
||||
void Editor::onBorderMetatilesChanged() {
|
||||
displayMapBorder();
|
||||
setBorderItemsVisible(ui->checkBox_ToggleBorder->isChecked());
|
||||
}
|
||||
|
||||
void Editor::onHoveredMovementPermissionChanged(uint16_t collision, uint16_t elevation) {
|
||||
|
|
Loading…
Reference in a new issue