mirror of
https://github.com/elementary/gala.git
synced 2024-12-30 04:34:17 +03:00
workspaceview: close workspaceview if focus moves out
This commit is contained in:
parent
bb01cbb89f
commit
8b2d9a431e
@ -237,6 +237,11 @@ namespace Gala
|
||||
}
|
||||
}
|
||||
|
||||
public override void key_focus_out ()
|
||||
{
|
||||
hide ();
|
||||
}
|
||||
|
||||
public override bool key_press_event (Clutter.KeyEvent event)
|
||||
{
|
||||
var display = screen.get_display ();
|
||||
|
Loading…
Reference in New Issue
Block a user