mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] viewer: default value for fps is now 24
This commit is contained in:
parent
3fc908c019
commit
e4f130f5ac
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,7 @@ FloatingPane {
|
|||
property bool syncSelected: true
|
||||
property bool playing: false
|
||||
property bool repeat: false
|
||||
property real fps: 1
|
||||
property real fps: 24
|
||||
|
||||
onFrameChanged: {
|
||||
updateReconstructionView();
|
||||
|
@ -231,6 +231,7 @@ FloatingPane {
|
|||
from: 1
|
||||
to: 60
|
||||
stepSize: 1
|
||||
value: m.fps
|
||||
|
||||
onValueChanged: {
|
||||
m.fps = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue