[med-svn] [aghermann] 05/07: don't expect profile scale to be == 0.

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 6b10e28b6baac3db19efd2cfcfbe3f49fc731362
Author: Andrei Zavada <hmmr at frdg>
Date:   Mon Apr 25 15:15:04 2016 +0300

    don't expect profile scale to be == 0.
---
 upstream/src/aghermann/ui/mw/mw_cb.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/upstream/src/aghermann/ui/mw/mw_cb.cc b/upstream/src/aghermann/ui/mw/mw_cb.cc
index 02d05cb..7a670b5 100644
--- a/upstream/src/aghermann/ui/mw/mw_cb.cc
+++ b/upstream/src/aghermann/ui/mw/mw_cb.cc
@@ -234,8 +234,7 @@ eMsmtProfileType_changed_cb(
                                 J.cprofile->create_timeline( params);
 
 
-        if ( ED.profile_scale_psd == 0. || ED.profile_scale_swu == 0. || ED.profile_scale_mc == 0. ||  // don't know which
-                ED.autoscale )
+        if ( ED.autoscale )
                 ED.calculate_profile_scale();
 
         ED.adjust_op_freq_spinbuttons();

-- 
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