mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
reload python paths list
This commit is contained in:
@@ -462,9 +462,7 @@ public class PythonSdkOptions extends DialogWrapper {
|
||||
component.setBorder(IdeBorderFactory.createBorder(SideBorder.ALL));
|
||||
dialog.setCenterPanel(component);
|
||||
final Sdk sdk = getSelectedSdk();
|
||||
if (sdk != null) {
|
||||
editor.reload(sdk.getSdkModificator());
|
||||
}
|
||||
editor.reload(sdk != null ? sdk.getSdkModificator(): null);
|
||||
|
||||
dialog.setTitle("Interpreter Paths");
|
||||
dialog.show();
|
||||
|
||||
Reference in New Issue
Block a user