mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
BBT markers: put BBT position in their tooltip
Tooltip will need updating once drag is working correctly
This commit is contained in:
parent
3259ab2d41
commit
965fe9946b
2 changed files with 20 additions and 6 deletions
|
|
@ -89,7 +89,7 @@ public:
|
|||
void set_line_height (double);
|
||||
|
||||
void set_position (Temporal::timepos_t const &);
|
||||
void set_name (const std::string&);
|
||||
void set_name (const std::string&, const std::string & tooltip = std::string());
|
||||
void set_points_color (uint32_t rgba);
|
||||
void set_color_rgba (uint32_t rgba);
|
||||
void setup_line ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue