mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
Do not recalculate the multitasking view layout when a window not present in that layout is removed (#1072)
This commit is contained in:
parent
93213fbfa6
commit
702e31825d
@ -108,11 +108,10 @@ namespace Gala {
|
|||||||
foreach (var child in get_children ()) {
|
foreach (var child in get_children ()) {
|
||||||
if (((WindowClone) child).window == window) {
|
if (((WindowClone) child).window == window) {
|
||||||
remove_child (child);
|
remove_child (child);
|
||||||
|
reflow ();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
reflow ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void window_selected_cb (WindowClone tiled) {
|
void window_selected_cb (WindowClone tiled) {
|
||||||
|
Loading…
Reference in New Issue
Block a user