提交 8c64821c 编写于 作者: S serge-rider

Double page activate fix


Former-commit-id: cb4ba5aa
上级 862b9fa6
......@@ -255,9 +255,6 @@ public class MultiPageWizardDialog extends TitleAreaDialog implements IWizardCon
gd = (GridData) pageControl.getLayoutData();
gd.exclude = false;
page.setVisible(true);
if (page instanceof ActiveWizardPage) {
((ActiveWizardPage) page).activatePage();
}
}
setTitle(page.getTitle());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册