From fd380077bf6e6a37018448204193333b174c7b67 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 Mar 2011 05:20:55 +0000 Subject: [PATCH] move comment to a more appropriate location git-svn-id: svn://localhost/ardour2/branches/3.0@9113 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 94e4601db1..57e5903e82 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -984,11 +984,10 @@ RouteTimeAxisView::set_samples_per_unit (double spu) void RouteTimeAxisView::set_align_choice (RadioMenuItem* mitem, AlignChoice choice, bool apply_to_selection) { - /* this is one of the two calls made when these radio menu items change status. this one - is for the item that became inactive, and we want to ignore it. - */ - if (!mitem->get_active()) { + /* this is one of the two calls made when these radio menu items change status. this one + is for the item that became inactive, and we want to ignore it. + */ return; } -- 2.30.2