1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

A bug in SWT other then motif. When selecting

things programatically the callback is not call.
The fix is to do it ourselves.
This commit is contained in:
Alain Magloire 2003-12-11 22:08:42 +00:00
parent 6a7946eeee
commit e0485ec52b

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());
}
}