Set mini-timeline font to match marker font-size
Previously different main application bars used different fontsizes, depending on current get_pango_context().
This commit is contained in:
@@ -140,6 +140,7 @@ MiniTimeline::set_session (Session* s)
|
||||
void
|
||||
MiniTimeline::dpi_changed ()
|
||||
{
|
||||
_layout->set_font_description (ARDOUR_UI_UTILS::get_font_for_style (N_("MarkerText")));
|
||||
calculate_time_width ();
|
||||
|
||||
if (get_realized()) {
|
||||
|
||||
Reference in New Issue
Block a user