mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
Fix bug where map border became visible after editing the border metatiles when 'show borders' is disabled
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user