mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
Add tooltip to markers so they can be found without zooming in.
This commit is contained in:
parent
28e67c8978
commit
76b7345ab6
1 changed files with 4 additions and 0 deletions
|
|
@ -388,6 +388,10 @@ ArdourMarker::set_name (const string& new_name)
|
||||||
{
|
{
|
||||||
_name = new_name;
|
_name = new_name;
|
||||||
|
|
||||||
|
mark->set_tooltip(new_name);
|
||||||
|
_name_background->set_tooltip(new_name);
|
||||||
|
_name_item->set_tooltip(new_name);
|
||||||
|
|
||||||
setup_name_display ();
|
setup_name_display ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue