From af1158d105ae10469c7a735fcba040b16cea0d60 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 23 Aug 2006 14:38:25 +0200 Subject: implemented right tag drawing in the status bar and titlebars --- tag.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tag.c') diff --git a/tag.c b/tag.c index 512f355..3a32c52 100644 --- a/tag.c +++ b/tag.c @@ -122,6 +122,8 @@ tag(Arg *arg) settitle(sel); if(!isvisible(sel)) arrange(NULL); + else + drawstatus(); } void -- cgit v1.2.3-54-g00ecf