Skip to content

Commit

Permalink
Generalizes the "bringToTop(...)" call in the activation of displays
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Mar 20, 2022
1 parent 0c4f065 commit 1929e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private static void activateDisplays(final List<MPlaceholder> holders, final boo
holders.forEach(ph -> {
//
try {
if (PlatformHelper.isMac()) { getPartService().bringToTop((MPart) ph.getRef()); }
getPartService().bringToTop((MPart) ph.getRef());
getPartService().activate((MPart) ph.getRef(), focus);
} catch (IllegalStateException e) {}

Expand Down

0 comments on commit 1929e68

Please sign in to comment.