traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/traverso/songcanvas SongView.cpp


From: Ben Levitt
Subject: [Traverso-commit] traverso/src/traverso/songcanvas SongView.cpp
Date: Thu, 31 May 2007 03:59:27 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Ben Levitt <benjie>     07/05/31 03:59:27

Modified files:
        src/traverso/songcanvas: SongView.cpp 

Log message:
        fix zooming bug (actOnPlayHead out of sync with followPlayHead)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/traverso/songcanvas/SongView.cpp?cvsroot=traverso&r1=1.64&r2=1.65

Patches:
Index: SongView.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/traverso/songcanvas/SongView.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- SongView.cpp        30 May 2007 13:14:49 -0000      1.64
+++ SongView.cpp        31 May 2007 03:59:27 -0000      1.65
@@ -90,6 +90,7 @@
        m_playCursor = new PlayHead(this, m_song, m_clipsViewPort);
        m_workCursor = new WorkCursor(this, m_song);
        connect(m_song, SIGNAL(workingPosChanged()), m_workCursor, 
SLOT(update_position()));
+       connect(m_song, SIGNAL(transferStarted()), this, 
SLOT(follow_play_head()));
        connect(m_song, SIGNAL(transportPosSet()), this, 
SLOT(follow_play_head()));
        connect(m_song, SIGNAL(workingPosChanged()), this, 
SLOT(stop_follow_play_head()));
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]