13
0

move comment to a more appropriate location

git-svn-id: svn://localhost/ardour2/branches/3.0@9113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-09 05:20:55 +00:00
parent 8849cb4287
commit fd380077bf

View File

@ -984,11 +984,10 @@ RouteTimeAxisView::set_samples_per_unit (double spu)
void void
RouteTimeAxisView::set_align_choice (RadioMenuItem* mitem, AlignChoice choice, bool apply_to_selection) RouteTimeAxisView::set_align_choice (RadioMenuItem* mitem, AlignChoice choice, bool apply_to_selection)
{ {
if (!mitem->get_active()) {
/* this is one of the two calls made when these radio menu items change status. this one /* 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. is for the item that became inactive, and we want to ignore it.
*/ */
if (!mitem->get_active()) {
return; return;
} }