From 921967c7290f0ed9ce2a444a00939d17f4a00437 Mon Sep 17 00:00:00 2001 From: "haptix@web.de" Date: Sun, 7 Apr 2013 16:24:21 +0200 Subject: [PATCH] unhide hidden i3bar when mode is active fixes #961 --- i3bar/src/xcb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 69cd810e..bfe393b4 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -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; -- 2.39.2