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
|
@ -209,7 +209,7 @@ public abstract class AbstractExportTab extends AbstractCPropertyTab {
|
||||||
if (page.isMultiCfg()) {
|
if (page.isMultiCfg()) {
|
||||||
setAllVisible(false, null);
|
setAllVisible(false, null);
|
||||||
} else {
|
} else {
|
||||||
if (! usercomp.getVisible())
|
if (!usercomp.isVisible())
|
||||||
setAllVisible(true, null);
|
setAllVisible(true, null);
|
||||||
cfg = rcfg.getConfiguration();
|
cfg = rcfg.getConfiguration();
|
||||||
update();
|
update();
|
||||||
|
|
Loading…
Add table
Reference in a new issue