]> git.sur5r.net Git - i3/i3/commitdiff
unhide hidden i3bar when mode is active
authorhaptix@web.de <haptix@web.de>
Sun, 7 Apr 2013 14:24:21 +0000 (16:24 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 11 Apr 2013 20:35:54 +0000 (22:35 +0200)
fixes #961

i3bar/src/xcb.c

index 69cd810e7ec4c58dcf1d4d86ac43d835096d05e7..bfe393b4cde3c5ce0376a7f338b71106d5ae262a 100644 (file)
@@ -1703,6 +1703,8 @@ void draw_bars(bool unhide) {
 
             set_font_colors(outputs_walk->bargc, fg_color, bg_color);
             draw_text(binding.name, outputs_walk->buffer, outputs_walk->bargc, i + 5, 3, binding.width);
+
+            unhide = true;
         }
 
         i = 0;