mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[PanoramaViewer] grid not displayed by default
This commit is contained in:
parent
765dfce314
commit
41a5e5c171
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ AliceVision.PanoramaViewer {
|
|||
|
||||
return Image.Ready;
|
||||
}
|
||||
property bool isGridDisplayed : true;
|
||||
property bool isGridDisplayed : false;
|
||||
property string channelModeString : "rgba"
|
||||
|
||||
onIsGridDisplayedChanged: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue