mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-04 07:15:55 -04:00
fix: open_as_floating not match tag correctly
This commit is contained in:
parent
17c037171a
commit
949063804a
2 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ bool check_hit_no_border(Client *c) {
|
|||
}
|
||||
|
||||
if (c->mon && !c->mon->isoverview &&
|
||||
c->mon->pertag->no_render_border[get_tags_first_tag_num(c->tags) + 1]) {
|
||||
c->mon->pertag->no_render_border[get_tags_first_tag_num(c->tags)]) {
|
||||
hit_no_border = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue