[pitivi] clipproperties: After (de)activating an effect, commit the timeline.
- From: Mathieu Duponchelle <mathieudu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] clipproperties: After (de)activating an effect, commit the timeline.
- Date: Sun, 25 Aug 2013 13:41:57 +0000 (UTC)
commit 3c24d5d5e112ec03521a3cf5350908ef197c37d0
Author: Mathieu Duponchelle <mathieu duponchelle epitech eu>
Date: Sun Aug 25 15:41:11 2013 +0200
clipproperties: After (de)activating an effect, commit the timeline.
pitivi/clipproperties.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/clipproperties.py b/pitivi/clipproperties.py
index 1f477d7..0c6448a 100644
--- a/pitivi/clipproperties.py
+++ b/pitivi/clipproperties.py
@@ -367,6 +367,7 @@ class EffectProperties(Gtk.Expander, Loggable):
tck_effect.set_active(not tck_effect.is_active())
cellrenderertoggle.set_active(tck_effect.is_active())
self._updateTreeview()
+ self.app.current.timeline.commit()
self.app.action_log.commit()
def _expandedCb(self, expander, params):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]