mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
759918dcc8
commit
dc520de915
1 changed files with 3 additions and 2 deletions
|
|
@ -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 ("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue