Skip to content

Commit

Permalink
Merge pull request #1755 from alicevision/fix/uiIntrinsicsTable
Browse files Browse the repository at this point in the history
[ui] Update intrinsics table when switching between groups
  • Loading branch information
fabiencastan authored Aug 23, 2022
2 parents 906b7fc + 93a3ad8 commit 2005324
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meshroom/ui/qml/ImageGallery/ImageGallery.qml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ Panel {
parseIntr()
}

onCameraInitIndexChanged: {
parseIntr()
}

function changeCurrentIndex(newIndex) {
_reconstruction.cameraInitIndex = newIndex
}
Expand Down

0 comments on commit 2005324

Please sign in to comment.