fixed tab color issue on close and mapped go to ctrl+return

This commit is contained in:
WanderingPenwing 2024-08-06 01:27:54 +02:00
parent a21276c2cc
commit 0ee5ac4983

3
surf.c
View file

@ -600,10 +600,9 @@ 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) {
if (c->tab_click_index == -1) { if (c->tab_click_index == -1) {