[pitivi/1.0] timeline: Fix clips removal
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/1.0] timeline: Fix clips removal
- Date: Wed, 14 Mar 2018 23:19:01 +0000 (UTC)
commit e802184c371b7b3727a3df38ecd1ebc9228c5d15
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Wed Mar 14 23:12:04 2018 +0100
timeline: Fix clips removal
Fixes #2176
pitivi/timeline/timeline.py | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index f0a0ac48..5907b1c0 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -1611,6 +1611,7 @@ class TimelineContainer(Gtk.Grid, Zoomable, Loggable):
def _deleteSelected(self, unused_action, unused_parameter):
if self.ges_timeline:
+ self.timeline.resetSelectionGroup()
with Previewer.manager.paused():
with self.app.action_log.started("delete clip",
finalizing_action=CommitTimelineFinalizingAction(self._project.pipeline),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]