Added a comment
This commit is contained in:
parent
325a2101e7
commit
c05f0fbbfb
1 changed files with 2 additions and 1 deletions
|
|
@ -102,7 +102,8 @@ TimelineLayoutHelper::header_from_point(const Gdk::Point &point)
|
|||
point.get_y() < rect.get_y() + rect.get_height())
|
||||
return pair.first;
|
||||
}
|
||||
|
||||
|
||||
// No track was found - return an empty pointer
|
||||
return shared_ptr<timeline::Track>();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue