mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
merge 3.0 from 2.0-ongoing@3243
git-svn-id: svn://localhost/ardour2/branches/3.0@3248 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9aa8af5a28
commit
cb41314642
100 changed files with 17534 additions and 4036 deletions
|
|
@ -40,7 +40,9 @@ Points::Points(size_type nbpoints)
|
|||
Points::Points(GnomeCanvasPoints *castitem)
|
||||
: points_(castitem),owned_(false)
|
||||
{
|
||||
reserve(points_->num_points);
|
||||
while (size() < points_->num_points) {
|
||||
push_back (Art::Point());
|
||||
}
|
||||
|
||||
//GnomeCanvasPoints has an array of doubles, used 2 at a time:
|
||||
int i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue