diff --git a/src/view.c b/src/view.c index a8c63b0e..489c5c4d 100644 --- a/src/view.c +++ b/src/view.c @@ -98,7 +98,7 @@ view_get_edge_snap_box(struct view *view, struct output *output, void view_set_activated(struct view *view, bool activated) { - if (view->ssd.enabled) { + if (activated && view->ssd.enabled) { ssd_set_active(view); } if (view->impl->set_activated) {