Hide eventual info box when returning to normal mode
This commit is contained in:
parent
4d538fb423
commit
9a986b8d47
|
@ -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()));
|
||||
|
|
Loading…
Reference in New Issue
Block a user