mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 20:36:19 -05:00
Make flood fill respect whole metatile selection, including smart path. Smart path is now a checkbox
This commit is contained in:
@@ -909,3 +909,8 @@ void MainWindow::on_pushButton_clicked()
|
||||
onMapNeedsRedrawing(editor->map);
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::on_checkBox_smartPaths_stateChanged(int selected)
|
||||
{
|
||||
editor->map->smart_paths_enabled = selected == Qt::Checked;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user