[pitivi/1.0] timeline: Ungroup pasted clips
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] timeline: Ungroup pasted clips
- Date: Fri, 2 Mar 2018 14:43:01 +0000 (UTC)
commit a10367ecf9c642450115d8723173a78668d2f21e
Author: Harish Fulara <harish14143 iiitd ac in>
Date: Thu Feb 22 17:13:01 2018 +0530
timeline: Ungroup pasted clips
Fixes #2161
pitivi/timeline/timeline.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index f71444ca..f0a0ac48 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1683,6 +1683,7 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
position = self._project.pipeline.getPosition()
copied_group_shallow_copy = self.__copied_group.paste(position)
self.__copied_group = copied_group_shallow_copy.copy(True)
+ copied_group_shallow_copy.ungroup(recursive=False)
def _alignSelectedCb(self, unused_action, unused_parameter):
if not self.ges_timeline:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]