mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 10:35:10 +00:00
fixes
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@47 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
c1af5e969c
commit
48b5beea80
2
conky.c
2
conky.c
@ -3014,7 +3014,7 @@ static void draw_line(char *s)
|
|||||||
case FONT:
|
case FONT:
|
||||||
if (fontchange) {
|
if (fontchange) {
|
||||||
cur_y -= font_ascent();
|
cur_y -= font_ascent();
|
||||||
selected_font = fontchange;
|
selected_font = specials[special_index].font_added;
|
||||||
cur_y += font_ascent();
|
cur_y += font_ascent();
|
||||||
set_font();
|
set_font();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user