Merge pull request #3494 from ianyfan/commands

i3 command behaviour compatibility fixes
This commit is contained in:
Drew DeVault 2019-01-22 07:55:31 -05:00 committed by GitHub
commit 71a37ad186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 13 deletions

View file

@ -708,7 +708,6 @@ void container_set_floating(struct sway_container *container, bool enable) {
container->border = container->saved_border;
}
}
container->is_sticky = false;
}
container_end_mouse_operation(container);