BBT markers: put BBT position in their tooltip

Tooltip will need updating once drag is working correctly
This commit is contained in:
Paul Davis 2022-08-16 15:51:25 -06:00
parent 3259ab2d41
commit 965fe9946b
2 changed files with 20 additions and 6 deletions

View file

@ -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 ();