mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[174798] Set additional wizard pages, i.e. subsystem configuration wizard pages, when a different system type is selected.
This commit is contained in:
parent
ec654bcf11
commit
f02e807dda
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ public class RSEDefaultNewConnectionWizard extends RSEAbstractNewConnectionWizar
|
|||
if (mainPage != null && getSystemType() != null) {
|
||||
mainPage.restrictSystemType(getSystemType().getName());
|
||||
mainPage.setTitle(getPageTitle());
|
||||
systemTypeSelected(getSystemType().getName(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue