diff --git a/src/tree.c b/src/tree.c index 3d598d50..657c8bfa 100644 --- a/src/tree.c +++ b/src/tree.c @@ -529,6 +529,7 @@ static bool _tree_next(Con *con, char way, orientation_t orientation, bool wrap) if (!next) return false; + floating_raise_con(next); con_focus(con_descend_focused(next)); return true; } else {