traverso-commit
[Top][All Lists]
Advanced

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

[Traverso-commit] traverso/src/sheetcanvas Cursors.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/sheetcanvas Cursors.cpp
Date: Fri, 06 Mar 2009 19:07:20 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       09/03/06 19:07:20

Modified files:
        src/sheetcanvas: Cursors.cpp 

Log message:
        * paint the cursor ones more after it's stops moving so it's painted 
always in the correct color

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/sheetcanvas/Cursors.cpp?cvsroot=traverso&r1=1.11&r2=1.12

Patches:
Index: Cursors.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/sheetcanvas/Cursors.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- Cursors.cpp 6 Mar 2009 18:21:18 -0000       1.11
+++ Cursors.cpp 6 Mar 2009 19:07:20 -0000       1.12
@@ -112,6 +112,10 @@
                m_animation.stop();
        }
 
+       // just one more update so the playhead can paint itself
+       // in the correct color.
+       update_position();
+
 }
 
 void PlayHead::disable_follow()




reply via email to

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