1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-16 21:45:22 +02:00

SWT none Windows does not trigger the register callback

when the selection is done programatically.  We
have to do it.
This commit is contained in:
Alain Magloire 2003-12-11 22:15:08 +00:00
parent b67b0d9139
commit 3ef8af0ed8

View file

@ -89,6 +89,7 @@ public class ConvertToMakeProjectWizardPage extends ConvertProjectWizardPage {
IStructuredSelection sel = ((BasicNewResourceWizard)getWizard()).getSelection();
if ( sel != null) {
tableViewer.setCheckedElements(sel.toArray());
setPageComplete(validatePage());
}
}