mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
addedOnly for detected sdk
This commit is contained in:
@@ -281,7 +281,7 @@ public class PyActiveSdkConfigurable implements UnnamedConfigurable {
|
||||
if (newSdk != null) {
|
||||
myProjectSdksModel.addSdk(newSdk);
|
||||
mySdkCombo.setSelectedItem(newSdk);
|
||||
myProjectSdksModel.apply();
|
||||
myProjectSdksModel.apply(null, true);
|
||||
}
|
||||
PySdkService.getInstance().solidifySdk(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user