[vlmc-devel] commit: TracksControl: Make the effectstack a child dialog. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sat Sep 4 22:22:43 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Sat Sep  4 22:13:18 2010 +0200| [ffe6d3361bfac542052bc913439e284cc2a66183] | committer: Hugo Beauzée-Luyssen 

TracksControl: Make the effectstack a child dialog.

This prevents the dialog from staying opened with the application
closed.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ffe6d3361bfac542052bc913439e284cc2a66183
---

 src/Gui/widgets/TrackControls.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Gui/widgets/TrackControls.cpp b/src/Gui/widgets/TrackControls.cpp
index d0c221d..cd032ff 100644
--- a/src/Gui/widgets/TrackControls.cpp
+++ b/src/Gui/widgets/TrackControls.cpp
@@ -133,6 +133,6 @@ TrackControls::trackNameDoubleClicked()
 void
 TrackControls::fxButtonClicked()
 {
-    EffectStack *stack = new EffectStack( m_track->trackWorkflow() );
+    EffectStack *stack = new EffectStack( m_track->trackWorkflow(), this );
     stack->show();
 }



More information about the Vlmc-devel mailing list