Regroup signal

This commit is contained in:
vilhalmer 2018-07-09 08:25:32 -04:00
parent ce626a0708
commit 47c20f8ea4
No known key found for this signature in database
GPG key ID: 50CCC70C5AD25E4F

View file

@ -180,8 +180,8 @@ void container_move_to(struct sway_container *container,
new_parent = destination;
container_add_child(destination, container);
}
wl_signal_emit(&container->events.reparent, old_parent);
if (container->type == C_WORKSPACE) {
// If moving a workspace to a new output, maybe create a new workspace
// on the previous output