mirror of
https://github.com/elementary/gala.git
synced 2024-12-11 09:52:29 +03:00
windowswitcher: call activate if we only got one window on that window
This commit is contained in:
parent
90c133e718
commit
2a9fa6e7c5
@ -348,6 +348,8 @@ namespace Gala
|
||||
if (actor.is_in_clone_paint ())
|
||||
return;
|
||||
|
||||
win.activate (display.get_current_time ());
|
||||
|
||||
if (win.minimized)
|
||||
win.unminimize ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user