mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +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,
|
||||
tb->sections[s].x - tPtr->hpos, y, text, len);
|
||||
|
||||
if (tb->underlined) {
|
||||
if (!tPtr->flags.monoFont && tb->underlined) {
|
||||
XDrawLine(dpy, tPtr->db, gc,
|
||||
tb->sections[s].x - tPtr->hpos,
|
||||
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),
|
||||
tb->sections[0].x - tPtr->hpos,
|
||||
tb->sections[0].y + h - tPtr->vpos,
|
||||
|
||||
Reference in New Issue
Block a user