1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-17 10:35:10 +00:00
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@47 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-03 07:26:37 +00:00
parent c1af5e969c
commit 48b5beea80

View File

@ -3014,7 +3014,7 @@ static void draw_line(char *s)
case FONT:
if (fontchange) {
cur_y -= font_ascent();
selected_font = fontchange;
selected_font = specials[special_index].font_added;
cur_y += font_ascent();
set_font();
}