mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-17 22:15:23 +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:
parent
b67b0d9139
commit
3ef8af0ed8
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public class ConvertToMakeProjectWizardPage extends ConvertProjectWizardPage {
|
||||||
IStructuredSelection sel = ((BasicNewResourceWizard)getWizard()).getSelection();
|
IStructuredSelection sel = ((BasicNewResourceWizard)getWizard()).getSelection();
|
||||||
if ( sel != null) {
|
if ( sel != null) {
|
||||||
tableViewer.setCheckedElements(sel.toArray());
|
tableViewer.setCheckedElements(sel.toArray());
|
||||||
|
setPageComplete(validatePage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue