1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 270568 Tabs aren't visible when switching back from "All Configurations"

This commit is contained in:
James Blackburn 2009-10-29 14:23:07 +00:00
parent 47b1557c1e
commit fc1f0fe229

View file

@ -208,8 +208,8 @@ public abstract class AbstractExportTab extends AbstractCPropertyTab {
if (rcfg == null) return;
if (page.isMultiCfg()) {
setAllVisible(false, null);
} else {
if (! usercomp.getVisible())
} else {
if (!usercomp.isVisible())
setAllVisible(true, null);
cfg = rcfg.getConfiguration();
update();