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:
parent
6a7946eeee
commit
e0485ec52b
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public class ConvertToMakeProjectWizardPage extends ConvertProjectWizardPage {
|
|||
IStructuredSelection sel = ((BasicNewResourceWizard)getWizard()).getSelection();
|
||||
if ( sel != null) {
|
||||
tableViewer.setCheckedElements(sel.toArray());
|
||||
setPageComplete(validatePage());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue