mirror of
https://github.com/elementary/gala.git
synced 2024-12-28 19:55:40 +03:00
Dont block expose after having used it on an empty workspace
This commit is contained in:
parent
0c7cc611d0
commit
792a823ab4
@ -490,8 +490,6 @@ namespace Gala
|
||||
return;
|
||||
}
|
||||
|
||||
ready = false;
|
||||
|
||||
var used_windows = new SList<Window> ();
|
||||
var workspace = screen.get_active_workspace ();
|
||||
|
||||
@ -510,6 +508,8 @@ namespace Gala
|
||||
if (n_windows == 0)
|
||||
return;
|
||||
|
||||
ready = false;
|
||||
|
||||
workspace.window_added.connect (add_window);
|
||||
workspace.window_removed.connect (remove_window);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user