mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GT-3103 - Look and Feel - fixed Linux Nimbus LaF issues with painting
tree row backgrounds
This commit is contained in:
parent
0084a70f87
commit
aa71d84620
6 changed files with 60 additions and 20 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue