[med-svn] [aghermann] 06/07: only change active profile scale with Ctrl+Wheel on mw

andrei zavada hmmr-guest at moszumanska.debian.org
Tue Apr 26 00:18:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

hmmr-guest pushed a commit to branch WIP
in repository aghermann.

commit cd28f6a424246a80856598fcce3a84040c40f4e3
Author: Andrei Zavada <hmmr at frdg>
Date:   Mon Apr 25 15:15:56 2016 +0300

    only change active profile scale with Ctrl+Wheel on mw
---
 upstream/src/aghermann/ui/mw/measurements_cb.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upstream/src/aghermann/ui/mw/measurements_cb.cc b/upstream/src/aghermann/ui/mw/measurements_cb.cc
index 5fcb56b..104e05d 100644
--- a/upstream/src/aghermann/ui/mw/measurements_cb.cc
+++ b/upstream/src/aghermann/ui/mw/measurements_cb.cc
@@ -159,7 +159,7 @@ daSubjectTimeline_scroll_event_cb(
                 return TRUE;
 
         } else if ( event->state & GDK_CONTROL_MASK ) {
-                ED.modify_profile_scales( event->direction);
+                ED.modify_active_profile_scale( event->direction);
                 gtk_widget_queue_draw( (GtkWidget*)ED.cMeasurements);
                 return TRUE;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git



More information about the debian-med-commit mailing list