improved color scheme of the links

This commit is contained in:
Wisser
2024-10-21 23:13:17 +02:00
parent 31d5b1c062
commit fc3db6bd45

View File

@@ -2487,7 +2487,7 @@ public abstract class Desktop extends JDesktopPane {
boolean sameY = tableBrowser.parent != null && Math.abs(tableBrowser.internalFrame.getY() - tableBrowser.parent.internalFrame.getY()) < 32;
int linkPrio = 0;
if (link.notHAligned) {
if (link.inClosure) {
if (link.inClosure || sameY) {
linkPrio += 1;
}
} else {