[pitivi] timeline: Also show trimming previewer when rippling edges



commit 293f04661ef8644022f94ff153316831ee021b2d
Author: Thibault Saunier <tsaunier igalia com>
Date:   Mon Mar 30 19:17:52 2020 -0300

    timeline: Also show trimming previewer when rippling edges
    
    Fixes https://gitlab.gnome.org/GNOME/pitivi/-/issues/1416

 pitivi/utils/timeline.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pitivi/utils/timeline.py b/pitivi/utils/timeline.py
index cef9ad75..76c21196 100644
--- a/pitivi/utils/timeline.py
+++ b/pitivi/utils/timeline.py
@@ -339,7 +339,7 @@ class EditingContext(GObject.Object, Loggable):
                               edge=self.edge.value_nick,
                               new_layer_priority=int(priority))
 
-        if res and self.mode == GES.EditMode.EDIT_TRIM and self.with_video:
+        if res and self.with_video:
             if self.edge == GES.Edge.EDGE_START:
                 self.timeline.ui.app.gui.editor.viewer.clip_trim_preview(
                     self.focus, self.focus.props.in_point)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]