Hide info box and eventual status message after handling a mouse event
Fixes #1566
This commit is contained in:
parent
efa66d7486
commit
df6b39ab60
|
@ -231,6 +231,10 @@ public:
|
||||||
|
|
||||||
if (m_mouse_handler.handle_key(key, context()))
|
if (m_mouse_handler.handle_key(key, context()))
|
||||||
{
|
{
|
||||||
|
context().print_status({});
|
||||||
|
if (context().has_client())
|
||||||
|
context().client().info_hide();
|
||||||
|
|
||||||
if (not transient)
|
if (not transient)
|
||||||
m_idle_timer.set_next_date(Clock::now() + get_idle_timeout(context()));
|
m_idle_timer.set_next_date(Clock::now() + get_idle_timeout(context()));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user