mirror of
https://github.com/elementary/gala.git
synced 2024-12-18 14:51:51 +03:00
workspaceview: don't auto-hide if cursor is still hovering overview
This commit is contained in:
parent
a9992dc193
commit
e170fe22bf
@ -231,7 +231,7 @@ namespace Gala
|
||||
|
||||
public override bool leave_event (Clutter.CrossingEvent event)
|
||||
{
|
||||
if (!contains (event.related))
|
||||
if (event.x < x || event.y < y || event.x > x + width || event.y > y + height)
|
||||
hide ();
|
||||
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user