GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting

tree row backgrounds
This commit is contained in:
dragonmacher 2019-08-23 14:11:38 -04:00
parent 0084a70f87
commit aa71d84620
6 changed files with 60 additions and 20 deletions

View file

@ -161,6 +161,12 @@ public class GhidraLauncher {
}
}
}
if (pathSet.isEmpty()) {
throw new IllegalStateException(
"Files listed in '" + LIBDEPS + "' are incorrect--rebuild this file");
}
pathList.addAll(pathSet);
}