diff options
Diffstat (limited to 'src/main_window.cc')
-rw-r--r-- | src/main_window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main_window.cc b/src/main_window.cc index cd85ae7..9680d94 100644 --- a/src/main_window.cc +++ b/src/main_window.cc @@ -87,6 +87,8 @@ void MainWindow::open(const QString &path) { [&](double _) { settings_pane->clearCollisions(); }); connect(settings_pane, &SettingsPane::sphereRadiusChanged, dc, &DroneController::computeCollisions); + connect(settings_pane, &SettingsPane::sphereRadiusChanged, + dc, &DroneController::displaySpheres); settings_pane->setEnabled(true); glw.setPainter(dc); |