mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
NOOP: some minor whitespace fixes
This commit is contained in:
parent
7c6bce5cda
commit
d586956636
3 changed files with 2 additions and 4 deletions
|
|
@ -146,7 +146,7 @@ MidiStreamView::add_region_view_internal (boost::shared_ptr<Region> r, bool wait
|
||||||
|
|
||||||
(*i)->set_valid (true);
|
(*i)->set_valid (true);
|
||||||
|
|
||||||
display_region(dynamic_cast<MidiRegionView*>(*i), wait_for_data);
|
display_region (dynamic_cast<MidiRegionView*>(*i), wait_for_data);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
@ -297,7 +297,6 @@ MidiStreamView::redisplay_track ()
|
||||||
apply_note_range(_lowest_note, _highest_note, false);
|
apply_note_range(_lowest_note, _highest_note, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
MidiStreamView::update_contents_height ()
|
MidiStreamView::update_contents_height ()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -340,7 +340,6 @@ StreamView::playlist_switched (boost::weak_ptr<Track> wtr)
|
||||||
tr->playlist()->ContentsChanged.connect (playlist_connections, invalidator (*this), boost::bind (&StreamView::update_coverage_frame, this), gui_context());
|
tr->playlist()->ContentsChanged.connect (playlist_connections, invalidator (*this), boost::bind (&StreamView::update_coverage_frame, this), gui_context());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
|
StreamView::apply_color (Gdk::Color const& c, ColorTarget target)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue