mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-13 12:26:05 -05:00
Support 'mirror' connection editing. Can be toggled off via checkbox
This commit is contained in:
@@ -775,7 +775,7 @@ void MainWindow::on_action_Export_Map_Image_triggered()
|
||||
|
||||
void MainWindow::on_comboBox_ConnectionDirection_currentIndexChanged(const QString &direction)
|
||||
{
|
||||
editor->setCurrentConnectionDirection(direction);
|
||||
editor->updateCurrentConnectionDirection(direction);
|
||||
}
|
||||
|
||||
void MainWindow::on_spinBox_ConnectionOffset_valueChanged(int offset)
|
||||
|
||||
Reference in New Issue
Block a user