mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Null out the page when not selected.
This commit is contained in:
parent
eff499d538
commit
66cd500c0c
1 changed files with 1 additions and 1 deletions
|
@ -92,8 +92,8 @@ public abstract class AbstractBinaryParserPage extends AbstractCOptionPage {
|
|||
page.createControl(parent);
|
||||
page.getControl().setVisible(true);
|
||||
parent.layout(true);
|
||||
setCurrentBinaryParserPage(page);
|
||||
}
|
||||
setCurrentBinaryParserPage(page);
|
||||
}
|
||||
|
||||
public void setContainer(ICOptionContainer container) {
|
||||
|
|
Loading…
Add table
Reference in a new issue