mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Fetch on play in Sequence Player
This commit is contained in:
parent
1c48d68bef
commit
277b9643b0
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ FloatingPane {
|
|||
property var sortedViewIds: []
|
||||
property var viewer: null
|
||||
readonly property alias sync3DSelected: m.sync3DSelected
|
||||
property alias loading: fetchButton.checked
|
||||
property bool loading: fetchButton.checked || m.playing
|
||||
|
||||
function updateReconstructionView() {
|
||||
if (_reconstruction && m.frame >= 0 && m.frame < sortedViewIds.length) {
|
||||
|
@ -330,7 +330,7 @@ FloatingPane {
|
|||
text: MaterialIcons.download_for_offline
|
||||
ToolTip.text: "Fetch"
|
||||
checkable: true
|
||||
checked: false
|
||||
checked: loading
|
||||
}
|
||||
|
||||
MaterialToolButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue