mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
[Summary] Change request from Igor
This commit is contained in:
parent
dbd2496892
commit
e79154cda7
1 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ void
|
|||
Editor::draw_measures (ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
|
||||
ARDOUR::TempoMap::BBTPointList::const_iterator& end)
|
||||
{
|
||||
#if defined(SUPPORT_SHOW_MEASURES)
|
||||
if (_session == 0 || _show_measures == false || distance (begin, end) == 0) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -180,6 +181,7 @@ Editor::draw_measures (ARDOUR::TempoMap::BBTPointList::const_iterator& begin,
|
|||
}
|
||||
|
||||
tempo_lines->draw (begin, end);
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue