File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -953,10 +953,6 @@ def accept(self):
953
953
# Return scale mode to lower quality scaling (for faster previews)
954
954
openshot .Settings .Instance ().HIGH_QUALITY_SCALING = False
955
955
956
- # Return keyframes to preview scaling
957
- if self .keyframes_rescaled :
958
- app .project .rescale_keyframes (self .original_fps_factor )
959
-
960
956
# Handle end of export (for non-canceled exports)
961
957
if self .s .get ("show_finished_window" ) and self .exporting :
962
958
# Hide cancel and export buttons
@@ -980,6 +976,8 @@ def accept(self):
980
976
981
977
def reject (self ):
982
978
# Re-set OMP thread enabled flag
979
+ # NOTE: This is always called when closing the export modal, and thus
980
+ # the keyframes are always scaled back to the original FPS if needed.
983
981
if self .s .get ("omp_threads_enabled" ):
984
982
openshot .Settings .Instance ().WAIT_FOR_VIDEO_PROCESSING_TASK = False
985
983
else :
You can’t perform that action at this time.
0 commit comments