From b3ac733f332a753be2fc575328d38017f31d0a00 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 5 Dec 2016 23:40:23 +0000 Subject: Fix buffer reload info box not being shown anymore --- src/input_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_handler.cc') diff --git a/src/input_handler.cc b/src/input_handler.cc index bc0e6c81..6aaefb61 100644 --- a/src/input_handler.cc +++ b/src/input_handler.cc @@ -168,8 +168,8 @@ public: if (context().has_client()) { - context().client().check_if_buffer_needs_reloading(); context().client().info_hide(); + context().client().check_if_buffer_needs_reloading(); } m_fs_check_timer.set_next_date(Clock::now() + get_fs_check_timeout(context())); -- cgit v1.2.3