Hide eventual info box when returning to normal mode

This commit is contained in:
Maxime Coste 2016-12-04 23:27:04 +00:00
parent 4d538fb423
commit 9a986b8d47

View File

@ -167,7 +167,10 @@ public:
m_enabled = true;
if (context().has_client())
{
context().client().check_if_buffer_needs_reloading();
context().client().info_hide();
}
m_fs_check_timer.set_next_date(Clock::now() + get_fs_check_timeout(context()));
m_idle_timer.set_next_date(Clock::now() + get_idle_timeout(context()));