workspace view rework
This commit is contained in:
@@ -220,7 +220,6 @@ PopupWindow {
|
||||
repeat: true
|
||||
onTriggered: {
|
||||
root.modelData.position = slider.value
|
||||
audioPopup.player.update(); // force values to update // causing ui to update with it
|
||||
slider.debounceValue = false;
|
||||
}
|
||||
}
|
||||
@@ -245,6 +244,7 @@ PopupWindow {
|
||||
updateTimer.tempOneshot = false;
|
||||
slider.lastPosition = slider.value
|
||||
slider.value = root.modelData.position
|
||||
// root.audioPopup.player.update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user