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:
parent
47b1557c1e
commit
fc1f0fe229
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue