mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-02-06 06:41:53 +08:00
Merge remote-tracking branch 'origin/GP-0_ghidragon_gtab_fix_for_junits'
This commit is contained in:
@@ -194,6 +194,9 @@ public class GTabPanel<T> extends JPanel {
|
||||
}
|
||||
|
||||
GTab<T> tab = getTab(selectedValue);
|
||||
if (tab == null) {
|
||||
return GTab.BG_COLOR_UNSELECTED;
|
||||
}
|
||||
return tab.getBackgroundColor(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user