move comment to a more appropriate location
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 9 Mar 2011 05:20:55 +0000 (05:20 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 9 Mar 2011 05:20:55 +0000 (05:20 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9113 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/route_time_axis.cc

index 94e4601db1d4831d535a24592284f4b396b9a04c..57e5903e8245f0c40fa450cc922981a1b5cb9a40 100644 (file)
@@ -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;
         }