removed all dotile checks
This commit is contained in:
parent
114cc3ec02
commit
cff951c650
2 changed files with 4 additions and 4 deletions
2
draw.c
2
draw.c
|
@ -104,7 +104,7 @@ drawstatus() {
|
|||
}
|
||||
|
||||
dc.w = bmw;
|
||||
drawtext(arrange == dotile ? TILESYMBOL : FLOATSYMBOL, dc.status, False);
|
||||
drawtext(arrange == dofloat ? FLOATSYMBOL : TILESYMBOL, dc.status, False);
|
||||
|
||||
x = dc.x + dc.w;
|
||||
dc.w = textw(stext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue