Skip to content

Commit c55b369

Browse files
committed
fix undo buttons for 360: Equirectangular Wrap
1 parent 53bbcd1 commit c55b369

File tree

1 file changed

+4
-4
lines changed
  • src/qml/filters/bigsh0t_eq_wrap

1 file changed

+4
-4
lines changed

src/qml/filters/bigsh0t_eq_wrap/ui.qml

+4-4
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Item {
379379
}
380380
Shotcut.UndoButton {
381381
id: hfov0Undo
382-
onClicked: hfov0Slider.value = 180
382+
onClicked: hfov0Slider.value = -90
383383
}
384384
Shotcut.KeyframesButton {
385385
id: hfov0KeyframesButton
@@ -416,7 +416,7 @@ Item {
416416
}
417417
Shotcut.UndoButton {
418418
id: hfov1Undo
419-
onClicked: hfov1Slider.value = 200
419+
onClicked: hfov1Slider.value = 90
420420
}
421421
Shotcut.KeyframesButton {
422422
id: hfov1KeyframesButton
@@ -458,7 +458,7 @@ Item {
458458
}
459459
Shotcut.UndoButton {
460460
id: vfov0Undo
461-
onClicked: vfov0Slider.value = 140
461+
onClicked: vfov0Slider.value = -45
462462
}
463463
Shotcut.KeyframesButton {
464464
id: vfov0KeyframesButton
@@ -495,7 +495,7 @@ Item {
495495
}
496496
Shotcut.UndoButton {
497497
id: vfov1Undo
498-
onClicked: vfov1Slider.value = 160
498+
onClicked: vfov1Slider.value = 45
499499
}
500500
Shotcut.KeyframesButton {
501501
id: vfov1KeyframesButton

0 commit comments

Comments
 (0)