about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tag.c b/tag.c
index a3dc6ab..7bc4da0 100644
--- a/tag.c
+++ b/tag.c
@@ -120,6 +120,8 @@ tag(Arg *arg)
 		sel->tags[i] = False;
 	sel->tags[arg->i] = True;
 	settitle(sel);
+	detach(sel);
+	attach(sel);
 	if(!isvisible(sel))
 		arrange(NULL);
 	else
@@ -139,6 +141,8 @@ toggletag(Arg *arg)
 	if(i == ntags)
 		sel->tags[arg->i] = True;
 	settitle(sel);
+	detach(sel);
+	attach(sel);
 	if(!isvisible(sel))
 		arrange(NULL);
 	else
y?h=0.5.0&id=fa04a1e036a418258451466d99de34a9546a9965'>fa04a1e ^
411e247 ^
fa04a1e ^





411e247 ^
fa04a1e ^
411e247 ^

ab632d4 ^
411e247 ^



fa04a1e ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38