traverso-commit
[Top][All Lists]
Advanced

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

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


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/sheetcanvas SheetView.cpp
Date: Mon, 02 Feb 2009 20:25:22 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       09/02/02 20:25:22

Modified files:
        src/sheetcanvas: SheetView.cpp 

Log message:
        * do send a jog() event to the current hold command, even if it is 
Zoom, now Zoom cursor keeps it's position, also on animated scroll

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/sheetcanvas/SheetView.cpp?cvsroot=traverso&r1=1.9&r2=1.10

Patches:
Index: SheetView.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/sheetcanvas/SheetView.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- SheetView.cpp       14 May 2008 13:51:27 -0000      1.9
+++ SheetView.cpp       2 Feb 2009 20:25:22 -0000       1.10
@@ -283,8 +283,7 @@
        // position in the viewport when it's scrolled programatically !!!!!
        if (ie().is_holding()) {
                Shuttle* s = dynamic_cast<Shuttle*>(ie().get_holding_command());
-               Zoom* z = dynamic_cast<Zoom*>(ie().get_holding_command());
-               if (!(s || z)) {
+               if (!s) {
                        ie().jog();
                }
        } else {




reply via email to

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