From 762420cdf135a9a8381d43b074aa8f286bc4902e Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Sun, 18 Feb 2018 13:16:00 +0100 Subject: Close image-info explicitly --- commands.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 4ad4e04..360b771 100644 --- a/commands.c +++ b/commands.c @@ -27,6 +27,7 @@ void remove_file(int, bool); void load_image(int); +void close_info(void); void open_info(void); int ptr_third_x(void); void redraw(void); @@ -98,9 +99,11 @@ bool cg_toggle_bar(arg_t _) { win_toggle_bar(&win); if (mode == MODE_IMAGE) { - img.checkpan = img.dirty = true; if (win.bar.h > 0) open_info(); + else + close_info(); + img.checkpan = img.dirty = true; } else { tns.dirty = true; } -- cgit v1.2.3-54-g00ecf