unhide hidden i3bar when mode is active

fixes #961
next
haptix@web.de 2013-04-07 16:24:21 +02:00 committed by Michael Stapelberg
parent 402c3db7ac
commit 921967c729
1 changed files with 2 additions and 0 deletions

View 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;