mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
mini-timeline: yet another tweak to draw Stop Cues nicely
This commit is contained in:
parent
8741c4cc5d
commit
111054812a
2 changed files with 41 additions and 21 deletions
|
|
@ -66,7 +66,7 @@ private:
|
|||
void update_minitimeline ();
|
||||
void draw_dots (cairo_t*, int left, int right, int y, Gtkmm2ext::Color);
|
||||
int draw_mark (cairo_t*, int x0, int x1, const std::string&, bool& prelight);
|
||||
int draw_cue (cairo_t*, int x0, int &leftmost_cue_pos, int tl_width, int cue_index, bool& prelight);
|
||||
int draw_cue (cairo_t*, int x0, int next_cue_left_edge, int tl_width, int cue_index, bool& prelight);
|
||||
int draw_edge (cairo_t*, int x0, int x1, bool left, const std::string&, bool& prelight);
|
||||
|
||||
void render (Cairo::RefPtr<Cairo::Context> const&, cairo_rectangle_t*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue