mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
libcanvas: reapply LineSet::add_line -> add_coord change after rebase conflicts with master
This commit is contained in:
parent
19768953bf
commit
82bad0725a
5 changed files with 10 additions and 11 deletions
|
|
@ -131,7 +131,7 @@ LineSet::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
|
|||
}
|
||||
|
||||
void
|
||||
LineSet::add_line (Coord y, Distance width, Gtkmm2ext::Color color)
|
||||
LineSet::add_coord (Coord y, Distance width, Gtkmm2ext::Color color)
|
||||
{
|
||||
begin_change ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue