really fix vertical alignment of info text (again :) )

git-svn-id: svn://localhost/ardour2/branches/3.0@13461 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Robin Gareus 2012-11-12 17:54:52 +00:00
parent 759918dcc8
commit dc520de915

View file

@ -192,7 +192,9 @@ AudioClock::set_font ()
tmp->set_text ("8");
tmp->get_pixel_size (em_width, ignore_height);
set (last_when, true); /* force redraw of markup with new font-size */
/* force redraw of markup with new font-size */
set (last_when, true);
}
void
@ -2092,7 +2094,6 @@ AudioClock::set_mode (Mode m)
int ignored;
_left_layout->set_text (" 1234567890");
_left_layout->get_pixel_size (ignored, info_height);
info_height += 4;
_left_layout->set_text ("");
_right_layout->set_text ("");