audio clip editors: ensure countdown digits are not scrolled out of sight

This commit is contained in:
Paul Davis
2025-12-01 13:29:07 -07:00
parent 04a1ed3c48
commit c5c04f38cd

View File

@@ -702,7 +702,7 @@ AudioClipEditor::set_overlay_text (std::string const & str)
EC_LOCAL_TEMPO_SCOPE;
if (!overlay_text) {
overlay_text = new ArdourCanvas::Text (data_group);
overlay_text = new ArdourCanvas::Text (no_scroll_group);
Pango::FontDescription font ("Sans 200");
overlay_text->set_font_description (font);
overlay_text->set_color (0xff000088);