mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-28 07:58:15 +01:00
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:
parent
58f1d46e31
commit
37d16167e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue