Skip to content

Commit

Permalink
Revert "When undoing an arrange or showing the desktop, focus the las…
Browse files Browse the repository at this point in the history
…t focused window instead of the topmost window." for issue #788.

This reverts commit 2abbe86.
  • Loading branch information
gijsbers committed Nov 28, 2024
1 parent cd9367e commit 5675092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wmmgr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3590,7 +3590,7 @@ void YWindowManager::undoArrange() {
delete [] fArrangeInfo; fArrangeInfo = nullptr;
fArrangeCount = 0;
unlockFocus();
focusLastWindow();
focusTopWindow();
}
setShowingDesktop(false);
}
Expand Down

0 comments on commit 5675092

Please sign in to comment.