diff --git a/src/tree.c b/src/tree.c index 657c8bfa..3d598d50 100644 --- a/src/tree.c +++ b/src/tree.c @@ -529,7 +529,6 @@ 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 {