Fix buffer reload info box not being shown anymore

This commit is contained in:
Maxime Coste 2016-12-05 23:40:23 +00:00
parent 9a986b8d47
commit b3ac733f33

View File

@ -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()));