mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
more NSD madness curing; fix up canvas range rects and marker line height mgmt
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2902 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
11faee3307
commit
51c333a7b3
7 changed files with 82 additions and 50 deletions
|
|
@ -60,7 +60,7 @@ class Marker : public PBD::Destructible
|
|||
void add_line (ArdourCanvas::Group*, double initial_height);
|
||||
void show_line ();
|
||||
void hide_line ();
|
||||
void set_line_length (double);
|
||||
void set_line_vpos (double y_origin, double height);
|
||||
|
||||
void set_position (nframes_t);
|
||||
void set_name (const string&);
|
||||
|
|
@ -84,7 +84,7 @@ class Marker : public PBD::Destructible
|
|||
ArdourCanvas::Polygon *mark;
|
||||
ArdourCanvas::Text *text;
|
||||
ArdourCanvas::Points *points;
|
||||
ArdourCanvas::Line *line;
|
||||
ArdourCanvas::SimpleLine *line;
|
||||
ArdourCanvas::Points *line_points;
|
||||
|
||||
double unit_position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue