mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug fix
This commit is contained in:
parent
2827d3620c
commit
926d17cdfc
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ public abstract class NewModelProjectWizard extends BasicNewResourceWizard imple
|
|||
// created before and still valid
|
||||
boolean needsDelete = (newProject != null && savedDefaults && !isChanged());
|
||||
// create project if it is not created yet
|
||||
if (getProject(false) == null) return false;
|
||||
if (getProject(fMainPage.isCurrent()) == null) return false;
|
||||
// process custom pages
|
||||
doCustom();
|
||||
// project is created with all possible configs
|
||||
|
|
Loading…
Add table
Reference in a new issue