Merge remote-tracking branch 'origin/GP-0_ghidragon_gtab_fix_for_junits'

This commit is contained in:
Ryan Kurtz
2026-01-21 17:41:55 -05:00

View File

@@ -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);
}