raise floating windows when focusing (Thanks Marcos)

next
Michael Stapelberg 2012-09-27 12:41:38 +02:00
parent 0610964c22
commit 064be457e5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {