Skip to content

Commit

Permalink
Merge pull request #445 from mwoehlke-kitware/fix-camera-export
Browse files Browse the repository at this point in the history
Ensure export cameras is enabled
  • Loading branch information
mleotta committed Apr 28, 2021
2 parents b44353b + c69f894 commit 08e1d28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/MainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3486,6 +3486,7 @@ void MainWindow::computeCamera()
if (camera)
{
d->updateCamera(d->activeCameraIndex, camera);
d->UI.actionExportCameras->setEnabled(true);
}
}
catch (std::exception const& e)
Expand Down

0 comments on commit 08e1d28

Please sign in to comment.