Merge remote-tracking branch 'origin/master' into feature/loadingtime

This commit is contained in:
Christiaan 2018-03-27 17:28:58 +02:00
commit f956075341
479 changed files with 6238 additions and 3429 deletions

View file

@ -619,7 +619,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
}
}
private static MagePane getTopMost(MagePane exclude) {
public static MagePane getTopMost(MagePane exclude) {
MagePane topmost = null;
int best = Integer.MAX_VALUE;
for (Component frame : desktopPane.getComponentsInLayer(JLayeredPane.DEFAULT_LAYER)) {