mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
*** empty log message ***
This commit is contained in:
@@ -716,7 +716,7 @@ if(tb->blank) {tb->text[0] = 'F'; } */
|
|||||||
WMDrawString(scr, tPtr->db, gc, font,
|
WMDrawString(scr, tPtr->db, gc, font,
|
||||||
tb->sections[s].x - tPtr->hpos, y, text, len);
|
tb->sections[s].x - tPtr->hpos, y, text, len);
|
||||||
|
|
||||||
if (tb->underlined) {
|
if (!tPtr->flags.monoFont && tb->underlined) {
|
||||||
XDrawLine(dpy, tPtr->db, gc,
|
XDrawLine(dpy, tPtr->db, gc,
|
||||||
tb->sections[s].x - tPtr->hpos,
|
tb->sections[s].x - tPtr->hpos,
|
||||||
y + font->y + 1,
|
y + font->y + 1,
|
||||||
@@ -785,7 +785,7 @@ if(tb->blank) {tb->text[0] = 'F'; } */
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tb->underlined) {
|
if (!tPtr->flags.monoFont && tb->underlined) {
|
||||||
XDrawLine(dpy, tPtr->db, WMColorGC(tb->color),
|
XDrawLine(dpy, tPtr->db, WMColorGC(tb->color),
|
||||||
tb->sections[0].x - tPtr->hpos,
|
tb->sections[0].x - tPtr->hpos,
|
||||||
tb->sections[0].y + h - tPtr->vpos,
|
tb->sections[0].y + h - tPtr->vpos,
|
||||||
|
|||||||
Reference in New Issue
Block a user