From: Paul Davis Date: Wed, 9 Mar 2011 05:20:55 +0000 (+0000) Subject: move comment to a more appropriate location X-Git-Tag: 3.0-alpha5~384 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=fd380077bf6e6a37018448204193333b174c7b67;p=ardour.git move comment to a more appropriate location git-svn-id: svn://localhost/ardour2/branches/3.0@9113 d708f5d6-7413-0410-9779-e7cbd77b26cf --- 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; }