mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 05:26:29 +02:00
[Lens Distorsion] Renaming PanoramaViewer into Lens Distorsion
This commit is contained in:
parent
5e7f4faab2
commit
cd97601fc3
4 changed files with 24 additions and 24 deletions
|
@ -106,11 +106,11 @@ Item {
|
|||
enabled: viewer2D.useFloatImageViewer
|
||||
}
|
||||
Action {
|
||||
id: displayPanoramaToolBarAction
|
||||
text: "Display Panorama Toolbar"
|
||||
id: displayLensDistorsionToolBarAction
|
||||
text: "Display Lens Distorsion Toolbar"
|
||||
checkable: true
|
||||
checked: true
|
||||
enabled: viewer2D.usePanoramaImageViewer
|
||||
enabled: viewer2D.useLensDistorsionViewer
|
||||
}
|
||||
Action {
|
||||
id: displayImagePathAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue