mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
lollipops: just directly set _position member
This commit is contained in:
parent
1ad0894618
commit
a7af6fc6f8
1 changed files with 1 additions and 2 deletions
|
|
@ -132,8 +132,7 @@ Lollipop::set (Duple const & d, Coord l, Coord r)
|
||||||
|
|
||||||
_radius = r;
|
_radius = r;
|
||||||
_length = l;
|
_length = l;
|
||||||
|
_position = d;
|
||||||
set_position (d);
|
|
||||||
|
|
||||||
set_bbox_dirty ();
|
set_bbox_dirty ();
|
||||||
end_change ();
|
end_change ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue