fixed tab color issue on close and mapped go to ctrl+return
This commit is contained in:
parent
a21276c2cc
commit
0ee5ac4983
5
surf.c
5
surf.c
|
@ -600,9 +600,8 @@ void tab_bar_mouse_release(GtkWidget *w, GdkEvent *e, Client *c) {
|
||||||
}
|
}
|
||||||
|
|
||||||
c->tab_click_index = -1;
|
c->tab_click_index = -1;
|
||||||
if (c->tab_drag) {
|
|
||||||
update_tab_bar(c);
|
update_tab_bar(c);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void tab_bar_mouse_move(GtkWidget *w, GdkEvent *e, Client *c) {
|
void tab_bar_mouse_move(GtkWidget *w, GdkEvent *e, Client *c) {
|
||||||
|
|
Loading…
Reference in a new issue